diff options
-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 |