Content-Type is specified in the page headers, specifying in the HTML too is unnecessary

This commit is contained in:
Shish
2012-02-12 11:30:41 +00:00
parent 5eab692a97
commit 4555d35cdb
7 changed files with 0 additions and 8 deletions

View File

@@ -164,8 +164,6 @@ class Layout {
<html>
<head>
<title>{$page->title}</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
$header_html
</head>