]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/language_definition_for_the_meta_plugin.mdwn
web commit by NicolasLimare: typo
[ikiwiki.git] / doc / todo / language_definition_for_the_meta_plugin.mdwn
index dbee390fa82a5c598e74aae6670443ae5b87c678..c4d8c22ab5660d9b93a3b92166c88b0bf479ca07 100644 (file)
@@ -18,10 +18,9 @@ This may be useful for sites with a few pages in different languages, but no ful
 > language in it is a bit problimatic, I think. --[[Joey]]
 
 >> --lang=XX could be a setup option, with a default value, then the template would be 
->>    <html xmlns="http://www.w3.org/1999/xhtml"
->>          lang="<TMPL_VAR LANG>"
->>          xml:lang="<TMPL_VAR LANG>">
->> — NicolasLimare
+
+                <html xmlns="http://www.w3.org/1999/xhtml" lang="<TMPL_VAR LANG>" xml:lang="<TMPL_VAR LANG>">
+
 
 <pre>
 --- meta.orig.pm  2007-07-27 00:19:51.000000000 +0200