From 718802e08ceadf3c9be7a547ff0feb8a17f15304 Mon Sep 17 00:00:00 2001 From: "mb@ts" Date: Thu, 9 Jun 2022 10:08:00 +0200 Subject: [PATCH] update --- command-line/js/runHyphens.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command-line/js/runHyphens.js b/command-line/js/runHyphens.js index 7b5cf80..a184c52 100644 --- a/command-line/js/runHyphens.js +++ b/command-line/js/runHyphens.js @@ -4,7 +4,7 @@ class hyphenopoly extends Paged.Handler { } beforeParsed(content) { - // add lang fr to all sections + // add lang en-us to all sections content.querySelectorAll("section").forEach(section => { section.setAttribute("lang", "en-us") })