From a9d7046ff652e60c596d04ac6817b2026deb99ec Mon Sep 17 00:00:00 2001 From: julia <> Date: Sat, 8 Mar 2008 23:17:22 +0000 Subject: [PATCH] fix --- telemeta/templates/collection_detail.html | 2 +- telemeta/templates/collection_detail_dc.html | 3 +++ telemeta/templates/inc/collection_list.html | 5 +++-- telemeta/templates/inc/mediaitem_list.html | 5 +++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/telemeta/templates/collection_detail.html b/telemeta/templates/collection_detail.html index 5936b9c5..e43ab70b 100644 --- a/telemeta/templates/collection_detail.html +++ b/telemeta/templates/collection_detail.html @@ -48,7 +48,7 @@ {% endif %}
Records {{ first_on_page }} to {{ last_on_page }} on {{ hits }} - {% if has_previous %} << {% endif %} - {% if has_next %} >> {% endif %} + {% if has_previous %} << {% endif %} + {% if has_next %} >> {% endif %}
{% endif %}Records {{ first_on_page }} to {{ last_on_page }} on {{ hits }} - {% if has_previous %} << {% endif %} - {% if has_next %} >> {% endif %} + {% if has_previous %} << {% endif %} + {% if has_next %} >> {% endif %}
{% endif %}