web commit by http://weakish.int.eu.org/: some more thought

master
Joey Hess 2008-01-04 12:20:41 -05:00
parent 250e3789fe
commit f22558faed
1 changed files with 5 additions and 0 deletions

View File

@ -3,3 +3,8 @@ ages under templates/ are invalid (in fact, not only invalid, but also not well-
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.
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.