summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Lehmann <mail@robertlehmann.de>2014-02-05 15:06:59 +0100
committerRobert Lehmann <mail@robertlehmann.de>2014-02-05 15:06:59 +0100
commit1cfcbe1dd22e50185bf320edac45caea88496d46 (patch)
tree48caa846d4d454c4e3f789c892f3a47fda3bec3c
parent30a55f86b29a482110e84805c4942ad88c18f986 (diff)
downloadsphinx-1cfcbe1dd22e50185bf320edac45caea88496d46.tar.gz
Fixed W3C Validator errors in index page.
-rw-r--r--doc/_templates/indexsidebar.html3
-rw-r--r--doc/_themes/sphinx13/layout.html2
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html
index 70107eb5..4a350ae4 100644
--- a/doc/_templates/indexsidebar.html
+++ b/doc/_templates/indexsidebar.html
@@ -1,5 +1,6 @@
<p class="logo">A <a href="http://pocoo.org/">
- <img src="{{ pathto("_static/pocoo.png", 1) }}" /></a> {%trans%}project{%endtrans%}</a></p>
+ <img src="{{ pathto("_static/pocoo.png", 1) }}" alt="Pocoo" /></a>
+ {%trans%}project{%endtrans%}</p>
<h3>Download</h3>
{% if version.endswith('(hg)') %}
diff --git a/doc/_themes/sphinx13/layout.html b/doc/_themes/sphinx13/layout.html
index 69dd37f7..e38c0a47 100644
--- a/doc/_themes/sphinx13/layout.html
+++ b/doc/_themes/sphinx13/layout.html
@@ -15,7 +15,7 @@
{% block extrahead %}
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700'
- rel='stylesheet' type='text/css'>
+ rel='stylesheet' type='text/css' />
{{ super() }}
{%- if not embedded %}
<style type="text/css">