add explicit encoding to all pages
This commit is contained in:
parent
b002283947
commit
f97d2e2a03
2 changed files with 10 additions and 7 deletions
|
@ -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('@*')">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue