...
|
...
|
@@ -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" />
|