diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-05 22:18:12 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-05 22:18:12 +0000 |
commit | 7d9daa26a3d1cd4e22ff7622d00682f9e0fb8231 (patch) | |
tree | 059a04612d7d818ebff4605ef6baf8b51eb9a7e3 | |
parent | 367c1af97174c122e99ce587a6adbcf2d55af66d (diff) |
resp
-rw-r--r-- | doc/todo/language_definition_for_the_meta_plugin.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/language_definition_for_the_meta_plugin.mdwn b/doc/todo/language_definition_for_the_meta_plugin.mdwn index c4d8c22ab..f473c9e0b 100644 --- a/doc/todo/language_definition_for_the_meta_plugin.mdwn +++ b/doc/todo/language_definition_for_the_meta_plugin.mdwn @@ -21,6 +21,8 @@ This may be useful for sites with a few pages in different languages, but no ful <html xmlns="http://www.w3.org/1999/xhtml" lang="<TMPL_VAR LANG>" xml:lang="<TMPL_VAR LANG>"> +>>> Yes, that seems reasonable. I guess there's no problem with defaulting +>>> to en if it can be overridden in the setup. --[[Joey]] <pre> --- meta.orig.pm 2007-07-27 00:19:51.000000000 +0200 |