aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/pages_under_templates_are_invalid.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-01-04 12:20:41 -0500
committerJoey Hess <joey@kitenet.net>2008-01-04 12:20:41 -0500
commitf22558faedd71f4c29ff7c7b5a9a5e0d7371e339 (patch)
tree6bd9e017d4d0592a805bc87cd0f576408af11237 /doc/bugs/pages_under_templates_are_invalid.mdwn
parent250e3789fee4fb2539e954f52ab356ff6d3a3978 (diff)
downloadikiwiki-f22558faedd71f4c29ff7c7b5a9a5e0d7371e339.tar
ikiwiki-f22558faedd71f4c29ff7c7b5a9a5e0d7371e339.tar.gz
web commit by http://weakish.int.eu.org/: some more thought
Diffstat (limited to 'doc/bugs/pages_under_templates_are_invalid.mdwn')
-rw-r--r--doc/bugs/pages_under_templates_are_invalid.mdwn5
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
index 9a363a76d..da4ffb295 100644
--- a/doc/bugs/pages_under_templates_are_invalid.mdwn
+++ b/doc/bugs/pages_under_templates_are_invalid.mdwn
@@ -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.