Skip to content

Commit 23282ec

Browse files
committed
language added to html html attribute, i.e. <html lang>
1 parent 3427233 commit 23282ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/main.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="{{{get2letterLangCode clientData.languageCode}}}">
33
<head>
44
<meta charset="UTF-8">
55
{{#with words}}

0 commit comments

Comments
 (0)