diff options
| author | Robert Lehmann <mail@robertlehmann.de> | 2014-02-05 15:06:59 +0100 |
|---|---|---|
| committer | Robert Lehmann <mail@robertlehmann.de> | 2014-02-05 15:06:59 +0100 |
| commit | 1cfcbe1dd22e50185bf320edac45caea88496d46 (patch) | |
| tree | 48caa846d4d454c4e3f789c892f3a47fda3bec3c /doc/_templates | |
| parent | 30a55f86b29a482110e84805c4942ad88c18f986 (diff) | |
| download | sphinx-1cfcbe1dd22e50185bf320edac45caea88496d46.tar.gz | |
Fixed W3C Validator errors in index page.
Diffstat (limited to 'doc/_templates')
| -rw-r--r-- | doc/_templates/indexsidebar.html | 3 |
1 files changed, 2 insertions, 1 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)') %} |
