Skip to content

Commit be842a6

Browse files
committed
Added a meta tag to the base template, to specify a page character set.
- Legacy-Id: 8125
1 parent 3bddbe6 commit be842a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/templates/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
{% load ietf_filters %}
3838
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3939
<head>
40+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4041
<!-- v{{version_num}}, {{ revision_num }}, {{ revision_time }} -->
4142
<title>{% block title %}No title{% endblock %}{% if server_mode %}{% if server_mode != "production" %} - {{ server_mode|upper }} MODE{% endif %}{% endif %}</title>
4243
<link rel="stylesheet" type="text/css" href="/css/yui/yui-20100305.css"></link>

0 commit comments

Comments
 (0)