Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
changelog
[git.ikiwiki.info.git]
/
doc
/
bugs
/
utf8_html_templates.mdwn
diff --git
a/doc/bugs/utf8_html_templates.mdwn
b/doc/bugs/utf8_html_templates.mdwn
index b5efe84497eff2a9392bab37019f2bf4783a42c6..a750b23f6d9e3df779090b0c2e45ba664e2e33de 100644
(file)
--- a/
doc/bugs/utf8_html_templates.mdwn
+++ b/
doc/bugs/utf8_html_templates.mdwn
@@
-17,4
+17,6
@@
won't cache templates.
Could be approached by using HTML::Template's support for filters. Just make it use a filter that turns on utf-8
Could be approached by using HTML::Template's support for filters. Just make it use a filter that turns on utf-8
-Or by subclassing it and overriding the _init_template method, though that's a bit uglier
\ No newline at end of file
+Or by subclassing it and overriding the \_init\_template method, though that's a bit uglier
+
+[[bugs/done]]