]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/utf8_html_templates.mdwn
* Centralised all calls to HTML::Template and force all the templates
[ikiwiki.git] / doc / bugs / utf8_html_templates.mdwn
index 5d7ea836bd56b72467f01cc93d52f4818642616f..a750b23f6d9e3df779090b0c2e45ba664e2e33de 100644 (file)
@@ -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]]