Christian Berendt 2e3f4eeb2b Use UTF-8 as charset for HTML pages
According to the W3C validator UTF-8 should be used instead of utf8.

---snip---
Rare or unregistered character encoding detected

The character encoding declared for this document (utf8) is supported by the
validator, but may not be widely supported across platforms. For the sake of
interoperability, it is best to use a unicode character encoding such as UTF-8,
or one of the registered character encodings.
---snap---

Change-Id: Ife1862c7c245ee610a7a4d820f9717626e56244c
2014-10-03 19:34:41 +02:00

43 lines
1.1 KiB
Cheetah

<!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=UTF-8" http-equiv="Content-Type"/>
<title>OpenStack Docs: {% block pagetitle %}{% endblock %}</title>
{% include 'templates/css.tmpl' %}
</head>
<body class="docshome" id="docshome">
<div class="container">
<div id="header">
{% include 'templates/header.tmpl' %}
<div class="span-19 last blueLine">
<div class="span-19" id="navigation">
{% include 'templates/navigation.tmpl' %}
</div>
</div>
</div>
</div>
<div class="container">
<div class="span-12">
<h3 class="subhead">
{% block title %}{% endblock %}
</h3>
</div>
<div class="searchArea span-10 last">
<div id="cse" style="width: 100%;">
Loading
</div>
</div>
{% include 'templates/script_search.tmpl' %}
</div>
{% block content %}{% endblock %}
</div>
<div class="container">
<div id="footer">
{% include 'templates/footer.tmpl' %}
</div>
</div>
{% include 'templates/script_footer.tmpl' %}
</body>
</html>