summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2012-10-25 13:57:35 +0200
committerroot <root@vm-staticweb.spline.inf.fu-berlin.de>2012-10-25 13:57:35 +0200
commit659e947262d5c20c773ea6c95f7d99dd5488d3a0 (patch)
tree3ddb9df1a9d3d92a5ceb0ebd4128a7c178bcbbd7 /templates
parent14b3a0e514347f19b3501ce5ffaf92dc095ecd18 (diff)
downloadcomics-659e947262d5c20c773ea6c95f7d99dd5488d3a0.tar.gz
comics-659e947262d5c20c773ea6c95f7d99dd5488d3a0.tar.bz2
comics-659e947262d5c20c773ea6c95f7d99dd5488d3a0.zip
template/base: change pagination to class
multiple elements with the same id are not allowed
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index c34e4bd..f5a318a 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -18,7 +18,7 @@
<div id="content">
{%- if next or prev %}
- <div id="pagination">
+ <div class="pagination">
{% if prev %}
<a class="prev" href="{{ prev.strftime("/sites/%Y/%m/%d.html") }}">
&larr; fr&uuml;her
@@ -51,7 +51,7 @@
{% endfor -%}
{%- if next or prev %}
- <div id="pagination">
+ <div class="pagination">
{% if prev %}
<a class="prev" href="{{ prev.strftime("/sites/%Y/%m/%d.html") }}">
&larr; fr&uuml;her