]> sipb.mit.edu Git - ikiwiki.git/commitdiff
response
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 5 Jan 2008 07:00:49 +0000 (02:00 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 5 Jan 2008 07:00:49 +0000 (02:00 -0500)
doc/bugs/pages_under_templates_are_invalid.mdwn

index 6e47a3c0c1880b02c88dbdde932d6be3ff95bff3..f7e115d48feb5d7cecc5204e2dbd1a744b9a8f7e 100644 (file)
@@ -1,6 +1,8 @@
 Pages under templates/ are invalid (in fact, not only invalid, but also not well-formed) xhtml pages.
 
 Pages 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.
+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.
 
 It seems that HTML::Template also support `<!--Variable-->` syntax instead
 of `<Variable>`.  Chaning to this syntax will solve this problem, I guess.
@@ -9,3 +11,6 @@ of `<Variable>`.  Chaning to this syntax will solve this problem, I guess.
 Even if changed to `<!-- TMPL_VAR -->` style, the problem may still exist if the template contains if else block.
 
 Maybe just encode all &lt; and &gt; when compling pages within the templates folder will solve this problem.
 Even if changed to `<!-- TMPL_VAR -->` style, the problem may still exist if the template contains if else block.
 
 Maybe just encode all &lt; and &gt; when compling pages within the templates folder will solve this problem.
+
+> I never noticed this bug, since it only happens if the htmlscrubber is
+> disabled. --[[Joey]]