diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-05 02:00:49 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-05 02:00:49 -0500 |
commit | b81eabe8a61bd3ac1302b844311dadc57d25131b (patch) | |
tree | bc7b68905df2fd0939666fbaba826471a6070034 | |
parent | e0901334c9bc2e29beca63dd4ddcade59c83af34 (diff) |
response
-rw-r--r-- | doc/bugs/pages_under_templates_are_invalid.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/bugs/pages_under_templates_are_invalid.mdwn b/doc/bugs/pages_under_templates_are_invalid.mdwn index 6e47a3c0c..f7e115d48 100644 --- a/doc/bugs/pages_under_templates_are_invalid.mdwn +++ b/doc/bugs/pages_under_templates_are_invalid.mdwn @@ -1,6 +1,8 @@ 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. @@ -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 < and > 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]] |