aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/utf8_html_templates.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-02 19:06:08 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-02 19:06:08 +0000
commitd1d212203c72072d9a42f66c171dc6be83225894 (patch)
tree5f640f3954402d5c94f596e41fb2856d68683f5c /doc/bugs/utf8_html_templates.mdwn
parent2ed1419c1d469a3e018c2607ba47da525d97fa3a (diff)
downloadikiwiki-d1d212203c72072d9a42f66c171dc6be83225894.tar
ikiwiki-d1d212203c72072d9a42f66c171dc6be83225894.tar.gz
* Centralised all calls to HTML::Template and force all the templates
to be read as utf8.
Diffstat (limited to 'doc/bugs/utf8_html_templates.mdwn')
-rw-r--r--doc/bugs/utf8_html_templates.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/utf8_html_templates.mdwn b/doc/bugs/utf8_html_templates.mdwn
index 5d7ea836b..a750b23f6 100644
--- 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
-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]]