Quellcode durchsuchen

Use lang and charset in the hyde theme, not just readable theme.

Brit Butler vor 11 Jahren
Ursprung
Commit
98f6d0f8c8
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      themes/hyde/base.tmpl

+ 2 - 2
themes/hyde/base.tmpl

@@ -2,10 +2,10 @@
2 2
 
3 3
 {template base}
4 4
 <!doctype html>{\n}
5
-<html>
5
+<html lang="{$config.lang}">
6 6
   <head>
7 7
     <title>{$config.title}</title>
8
-    <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
8
+    <meta http-equiv="content-type" content="text/html; charset={$config.charset}" />
9 9
     <link href="http://fonts.googleapis.com/css?family=Vollkorn:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css" />
10 10
     <link href="http://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css" />
11 11
     <link href= "{$config.domain}/css/style.css" rel="stylesheet" type="text/css" />