Skip to content

Commit d94189f

Browse files
author
Alexander Smishlajev
committed
remove misleading 'http-equiv' meta
1 parent 9793fa1 commit d94189f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

templates/classic/html/_generic.help.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<html>
33
<head>
44
<link rel="stylesheet" type="text/css" href="@@file/style.css" />
5-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8;" />
65
<tal:block tal:condition="python:request.form.has_key('property')">
76
<title tal:content="string:${request/form/property/value} help">Property</title>
87
<script language="Javascript" type="text/javascript"

templates/classic/html/page.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<html>
55
<head>
66
<title metal:define-slot="head_title">title goes here</title>
7-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8;">
87

98
<link rel="stylesheet" type="text/css" href="@@file/style.css">
109

templates/minimal/html/page.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<html>
55
<head>
66
<title metal:define-slot="head_title">title goes here</title>
7-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8;">
87

98
<link rel="stylesheet" type="text/css" href="@@file/style.css">
109

0 commit comments

Comments
 (0)