diff decoupage/templates/head.html @ 82:8596a1d97740

unicode
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 29 Nov 2013 20:45:20 -0800
parents 0cfb84d788d6
children
line wrap: on
line diff
--- a/decoupage/templates/head.html	Fri Jul 05 14:03:12 2013 -0700
+++ b/decoupage/templates/head.html	Fri Nov 29 20:45:20 2013 -0800
@@ -3,6 +3,7 @@
       xmlns:xi="http://www.w3.org/2001/XInclude"
       py:strip="True">
   <!-- generic head template to be <xi:include>-d -->
+  <meta charset="utf-8"></meta>
   <title>${title or path}</title>
   <link py:if="icon" rel="icon" href="${icon}"/>
   <link py:for="sheet in css or ()" rel="stylesheet" type="text/css" href="${sheet}"/>