Browse Source

update

master
mb@ts 2 years ago
parent
commit
718802e08c
  1. 2
      command-line/js/runHyphens.js

2
command-line/js/runHyphens.js

@ -4,7 +4,7 @@ class hyphenopoly extends Paged.Handler {
} }
beforeParsed(content) { beforeParsed(content) {
// add lang fr to all sections // add lang en-us to all sections
content.querySelectorAll("section").forEach(section => { content.querySelectorAll("section").forEach(section => {
section.setAttribute("lang", "en-us") section.setAttribute("lang", "en-us")
}) })

Loading…
Cancel
Save