We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bddbe6 commit be842a6Copy full SHA for be842a6
1 file changed
ietf/templates/base.html
@@ -37,6 +37,7 @@
37
{% load ietf_filters %}
38
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
39
<head>
40
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
41
<!-- v{{version_num}}, {{ revision_num }}, {{ revision_time }} -->
42
<title>{% block title %}No title{% endblock %}{% if server_mode %}{% if server_mode != "production" %} - {{ server_mode|upper }} MODE{% endif %}{% endif %}</title>
43
<link rel="stylesheet" type="text/css" href="/css/yui/yui-20100305.css"></link>
0 commit comments