mandate UTF-8 on all wml pages
Roger Dingledine

Roger Dingledine commited on 2010-02-23 00:27:03
Zeige 2 geänderte Dateien mit 2 Einfügungen und 3 Löschungen.

... ...
@@ -10,7 +10,7 @@ The top of the file has:
10 10
   # Revision: $Revision$
11 11
   # Translation-Priority: 1-high
12 12
 
13
-  #include "head.wmi" TITLE="Tor: Bridges" CHARSET="UTF-8"
13
+  #include "head.wmi" TITLE="Tor: Bridges"
14 14
 
15 15
   <div class="main-column">
16 16
 
... ...
@@ -13,8 +13,7 @@
13 13
 <head>
14 14
   <title>$(TITLE)</title>
15 15
   <meta name="Author" content="The Tor Project, Inc." />
16
-  <ifneq "$(CHARSET)" "" "<meta http-equiv="content-type" content="text/html; charset=$(CHARSET)" />">
17
-  <ifeq "$(CHARSET)" "" "<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />">
16
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
18 17
   <ifneq "$(STYLESHEET)" "" "<link rel="stylesheet" type="text/css" href="$(DOCROOT)/$(STYLESHEET)" />">
19 18
   <ifeq "$(STYLESHEET)" "" "<link rel="stylesheet" type="text/css" href="$(DOCROOT)/stylesheet-ltr.css" />">
20 19
   <link rel="shortcut icon" type="image/x-icon" href="$(DOCROOT)/favicon.ico" />
21 20