Merge "Use UTF-8 as charset for HTML pages"
This commit is contained in:
commit
c867c80a23
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta content="text/html; charset=utf8" http-equiv="Content-Type"/>
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
|
||||
<title>OpenStack Docs: {% block pagetitle %}{% endblock %}</title>
|
||||
{% include 'templates/css.tmpl' %}
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user