This commit is contained in:
mb@ts 2022-06-09 10:08:00 +02:00
parent 71deba6bb7
commit 718802e08c

View File

@ -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")
})