From a5e6ab4f17a9e1293620326296eac7010846ee4c Mon Sep 17 00:00:00 2001 From: Markerov Date: Fri, 24 Oct 2014 22:00:12 +0800 Subject: [PATCH] fixed catalog.html syntax changed to
. removed extra

--- templates/themes/catalog/catalog.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/themes/catalog/catalog.html b/templates/themes/catalog/catalog.html index 67117c1e..83f70775 100644 --- a/templates/themes/catalog/catalog.html +++ b/templates/themes/catalog/catalog.html @@ -47,8 +47,7 @@ {% endif %} id="img-{{ post.id }}" data-subject="{% if post.subject %}{{ post.subject }}{% endif %}" data-name="{{ post.name }}" data-muhdifference="{{ post.muhdifference }}" data-last-reply="{% if post.last_reply %}{{ post.last_reply }}{% endif %}" data-last-subject="{% if post.last_reply_subject %}{{ post.last_reply_subject }}{% endif %}" data-last-name="{% if post.last_reply %}{{ post.last_reply_name }}{% endif %}" data-last-difference="{% if post.last_reply %}{{ post.last_reply_difference }}{% endif %}" class="{{post.board}} thread-image" title="{{post.bump|date('%b %d %H:%M')}}"> -

- +

R: {{ post.reply_count }} / I: {{ post.image_count }} {% if post.subject %}

@@ -61,8 +60,7 @@ {% endif %} {{ post.body }} - -

+
{% endfor %}