u@09c8cbfd758dbd0224174f3bdf0ec5b8007c7be7 2015-10-26 08:01:28 -04:00 committed by admin
parent 7ba7a574f6
commit bfed9a405e
1 changed files with 3 additions and 19 deletions

View File

@ -8,23 +8,7 @@ if the PO plugin is enabled.
I can't seem to attach a patch - sending it to Joey.
Copy pasting markup here seems to be quite problematic.
Trying anyway:
Pasting it here: https://paste.debian.net/318146/
<pre>
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 9e8b330..7f1c0cb 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -1,5 +1,9 @@
<!DOCTYPE html>
+<TMPL_IF HTML_LANG_CODE>
+<html lang="<TMPL_VAR HTML_LANG_CODE>" dir="<TMPL_VAR HTML_LANG_DIR>" xmlns="http://www.w3.org/1999/xhtml">
+<TMPL_ELSE>
<html xmlns="http://www.w3.org/1999/xhtml">
+</TMPL_IF>
<head>
<TMPL_IF DYNAMIC>
<TMPL_IF FORCEBASEURL><base href="<TMPL_VAR FORCEBASEURL>" /><TMPL_ELSE>
</pre>
Cheers
u.
Cheers.