diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-05 22:16:17 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-05 22:16:17 +0000 |
commit | 367c1af97174c122e99ce587a6adbcf2d55af66d (patch) | |
tree | 7990deb7e1a0d34947efa7df29dfc0046242960c | |
parent | 639df26a529fb1bf7fbe89dd4635fde41769f5b1 (diff) |
web commit by NicolasLimare: typo
-rw-r--r-- | doc/todo/language_definition_for_the_meta_plugin.mdwn | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/todo/language_definition_for_the_meta_plugin.mdwn b/doc/todo/language_definition_for_the_meta_plugin.mdwn index dbee390fa..c4d8c22ab 100644 --- a/doc/todo/language_definition_for_the_meta_plugin.mdwn +++ b/doc/todo/language_definition_for_the_meta_plugin.mdwn @@ -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 |