Skip to content

Commit 9793fa1

Browse files
author
Alexander Smishlajev
committed
remove misleading 'http-equiv' meta;
change stylesheet and js links from '_file/' to '@@file/' for consistency with classic templates.
1 parent 68911cf commit 9793fa1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

templates/minimal/html/_generic.help.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
22
<html>
33
<head>
4-
<link rel="stylesheet" type="text/css" href="_file/style.css" />
5-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8;" />
4+
<link rel="stylesheet" type="text/css" href="@@file/style.css" />
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"
98
tal:content="structure string:
109
// this is the name of the field in the original form that we're working on
1110
field = '${request/form/property/value}';" >
1211
</script>
13-
<script src="_file/help_controls.js" type="text/javascript"><!--
12+
<script src="@@file/help_controls.js" type="text/javascript"><!--
1413
//--></script>
1514
</tal:block>
1615
</head>

0 commit comments

Comments
 (0)