diff options
author | Joey Hess <joey@kitenet.net> | 2008-01-04 04:26:50 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-01-04 04:26:50 -0500 |
commit | c4373aa487ea8206abecb64c4ba5fbbcc90690f7 (patch) | |
tree | b878910b0e345e0ea4c0f853f5380e8440b7f33a | |
parent | f065a2608c91361b02758835485af1d5f7d8c4dd (diff) |
web commit by http://weakish.int.eu.org/
-rw-r--r-- | doc/bugs/pages_under_templates_are_invalid.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/pages_under_templates_are_invalid.mdwn b/doc/bugs/pages_under_templates_are_invalid.mdwn new file mode 100644 index 000000000..9a363a76d --- /dev/null +++ b/doc/bugs/pages_under_templates_are_invalid.mdwn @@ -0,0 +1,5 @@ +ages under templates/ are invalid (in fact, not only invalid, but also not well-formed) xhtml pages. + +This problem is especially serious when you change extension from .html to .xhtml in ikiwiki.setup and use Firefox. Since Firefox will display a error message only for not well-formed application/xhtml+xml pages. + +It seems that HTML::Template also support <!--Variable--> syntax instead of <Variable>. Chaning to this syntax will solve this problem, I guess. |