The following commit has been merged in the master branch:
commit 5f73b3cece156c005840fb68532a9f9eec91cb1c
Author: Andreas Tille <[email protected]>
Date:   Fri Jul 24 10:16:03 2015 +0200

    charset=UTF-8 is important to properly display non-ASCII characters

diff --git a/webtools_py3/templates/bugs.xhtml 
b/webtools_py3/templates/bugs.xhtml
index ef54deb..6caa604 100644
--- a/webtools_py3/templates/bugs.xhtml
+++ b/webtools_py3/templates/bugs.xhtml
@@ -5,7 +5,7 @@
       xmlns:py="http://genshi.edgewall.org/";>
 <head>
 <title>$projectname ${bugs_data[task]['title'].capitalize()} bugs</title>
-<meta http-equiv="Content-Type" content="application/xhtml+xml;"/> 
<!--charset=UTF-8"/>-->
+<meta http-equiv="Content-Type" content="application/xhtml+xml; 
charset=UTF-8"/>
 <link href="/css/sentinel.css" type="text/css" rel="stylesheet"/>
 </head>
 <body>
diff --git a/webtools_py3/templates/bugs_idx.xhtml 
b/webtools_py3/templates/bugs_idx.xhtml
index 8ffcc4e..d9b3977 100644
--- a/webtools_py3/templates/bugs_idx.xhtml
+++ b/webtools_py3/templates/bugs_idx.xhtml
@@ -5,7 +5,7 @@
       xmlns:py="http://genshi.edgewall.org/";>
 <head>
 <title>$projectname bugs</title>
-<meta http-equiv="Content-Type" content="application/xhtml+xml;"/> 
<!--charset=UTF-8"/>-->
+<meta http-equiv="Content-Type" content="application/xhtml+xml; 
charset=UTF-8"/>
 <link href="/css/sentinel.css" type="text/css" rel="stylesheet"/>
 </head>
 <body>
diff --git a/webtools_py3/templates/packagelist.xhtml 
b/webtools_py3/templates/packagelist.xhtml
index 7d67352..c42f9f0 100644
--- a/webtools_py3/templates/packagelist.xhtml
+++ b/webtools_py3/templates/packagelist.xhtml
@@ -5,7 +5,7 @@
       xmlns:py="http://genshi.edgewall.org/";>
 <head>
 <title>$projectname $packagelist</title>
-<meta http-equiv="Content-Type" content="application/xhtml+xml;" 
/><!--charset=UTF-8"/>-->
+<meta http-equiv="Content-Type" content="application/xhtml+xml; 
charset=UTF-8"/>
 <link href="/css/sentinel.css" type="text/css" rel="stylesheet"/>
 </head>
 <body>
diff --git a/webtools_py3/templates/tasks.xhtml 
b/webtools_py3/templates/tasks.xhtml
index 4857147..25bdd2b 100644
--- a/webtools_py3/templates/tasks.xhtml
+++ b/webtools_py3/templates/tasks.xhtml
@@ -5,7 +5,7 @@
       xmlns:py="http://genshi.edgewall.org/";>
 <head>
 <title>$projectname ${tasks[task].metapkg.PrintedName.capitalize()} 
packages</title>
-<meta http-equiv="Content-Type" content="application/xhtml+xml;" 
/><!--charset=UTF-8"/>-->
+<meta http-equiv="Content-Type" content="application/xhtml+xml; 
charset=UTF-8"/>
 <!--<meta charset="utf-8" />-->
 <link href="/css/sentinel.css" type="text/css" rel="stylesheet"/>
 </head>
diff --git a/webtools_py3/templates/tasks_idx.xhtml 
b/webtools_py3/templates/tasks_idx.xhtml
index 10dcaa2..ce1dfdc 100644
--- a/webtools_py3/templates/tasks_idx.xhtml
+++ b/webtools_py3/templates/tasks_idx.xhtml
@@ -5,7 +5,7 @@
       xmlns:py="http://genshi.edgewall.org/";>
 <head>
 <title>$projectname</title>
-<meta http-equiv="Content-Type" content="application/xhtml+xml;"/> 
<!--charset=UTF-8"/>-->
+<meta http-equiv="Content-Type" content="application/xhtml+xml; 
charset=UTF-8"/>
 <link href="/css/sentinel.css" type="text/css" rel="stylesheet"/>
 </head>
 <body>
diff --git a/webtools_py3/templates/thermometer.xhtml 
b/webtools_py3/templates/thermometer.xhtml
index f179313..326feec 100644
--- a/webtools_py3/templates/thermometer.xhtml
+++ b/webtools_py3/templates/thermometer.xhtml
@@ -5,7 +5,7 @@
       xmlns:py="http://genshi.edgewall.org/";>
 <head>
 <title>$projectname Thermometer</title>
-<meta http-equiv="Content-Type" content="application/xhtml+xml;" 
/><!--charset=UTF-8"/>-->
+<meta http-equiv="Content-Type" content="application/xhtml+xml; 
charset=UTF-8"/>
 <link href="/css/sentinel.css" type="text/css" rel="stylesheet"/>
 </head>
 <body>
diff --git a/webtools_py3/templates/uthermometer.xhtml 
b/webtools_py3/templates/uthermometer.xhtml
index 21ccee3..1c8f430 100644
--- a/webtools_py3/templates/uthermometer.xhtml
+++ b/webtools_py3/templates/uthermometer.xhtml
@@ -5,7 +5,7 @@
       xmlns:py="http://genshi.edgewall.org/";>
 <head>
 <title>$projectname packages in Ubuntu Thermometer</title>
-<meta http-equiv="Content-Type" content="application/xhtml+xml;"/> 
<!--charset=UTF-8"/>-->
+<meta http-equiv="Content-Type" content="application/xhtml+xml; 
charset=UTF-8"/>
 <link href="/css/sentinel.css" type="text/css" rel="stylesheet"/>
 </head>
 <body>

-- 
Static and dynamic websites for Debian Pure Blends

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to