Fixed W3C Validator errors in index page.

This commit is contained in:
Robert Lehmann 2014-02-05 15:06:59 +01:00
parent 2a2b59598c
commit 529519275e
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
<p class="logo">A <a href="http://pocoo.org/"> <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> <h3>Download</h3>
{% if version.endswith('(hg)') %} {% if version.endswith('(hg)') %}

View File

@ -15,7 +15,7 @@
{% block extrahead %} {% block extrahead %}
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700' <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700'
rel='stylesheet' type='text/css'> rel='stylesheet' type='text/css' />
{{ super() }} {{ super() }}
{%- if not embedded %} {%- if not embedded %}
<style type="text/css"> <style type="text/css">