add explicit encoding to all pages

This commit is contained in:
lars 2010-04-17 14:37:20 +00:00
parent b002283947
commit f97d2e2a03
2 changed files with 10 additions and 7 deletions

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/" py:strip="">
<html encoding="utf-8"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/" py:strip="">
<py:match path="head" once="true">
<head py:attrs="select('@*')">