summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Berndt <pberndt@spline.de>2013-09-30 10:22:45 +0200
committerPhillip Berndt <pberndt@spline.de>2013-09-30 10:22:45 +0200
commit7c687a8c58518a80263d513d44436eb8de42b3f0 (patch)
treeccf0a72dae1802de0ee195103413c8ce7012ca52
parent0725aff23cd2d3876c8fa48adff8e59f9021b74f (diff)
downloadcomics-7c687a8c58518a80263d513d44436eb8de42b3f0.tar.gz
comics-7c687a8c58518a80263d513d44436eb8de42b3f0.tar.bz2
comics-7c687a8c58518a80263d513d44436eb8de42b3f0.zip
Made img tag HTML5 compliant
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index f5a318a..62319be 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -42,7 +42,7 @@
<span class="source">
<a target="_blank" href="{{entry.comic.url}}">Originalseite</a>
</span><br />
- <img src="{{ entry.path }}" {%- if entry.alt -%} title="{{entry.alt|safe}}" {%- endif -%} />
+ <img src="{{ entry.path }}" alt="{{ entry.comic.name }} Comic vom {{date.day}}.{{date.month}}.{{date.year}}" {% if entry.alt -%} title="{{entry.alt|safe}}" {%- endif -%}>
{%- if entry.title %}
<br />