Change: add lang attribute to the main template, to the language files and to the processing scripts
This commit is contained in:
parent
a6daece140
commit
ca31135c36
8 changed files with 13 additions and 5 deletions
|
@ -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"> </div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue