Skip to content

Commit e4b6821

Browse files
author
Richard Jones
committed
fix
1 parent 0d015bd commit e4b6821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/classic/html/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title metal:define-slot="head_title">title goes here</title>
77
<link rel="stylesheet" type="text/css" href="@@file/style.css">
88
<meta http-equiv="Content-Type"
9-
tal:attributes="content string:text/html; charset=${request/client/charset}" />
9+
tal:attributes="content string:text/html;; charset=${request/client/charset}" />
1010
<script tal:replace="structure request/base_javascript">
1111
</script>
1212
<metal:x define-slot="more-javascript" />

0 commit comments

Comments
 (0)