Change: add lang attribute to the main template, to the language files and to the processing scripts

This commit is contained in:
Heiko August 2020-04-27 08:37:48 +02:00
parent a6daece140
commit ca31135c36
8 changed files with 13 additions and 5 deletions

View file

@ -1,5 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><jlog:title /> - <jlog:website /></title>
<jlog:aditional-header />
@ -33,6 +32,7 @@
</dl>
<div id="main">
<jlog:content />
<html lang="<jlog:html-language />">
</div>
<div id="footer">&nbsp;</div>
</div>