From ad8737e995e14d11176070079dd9661a03eb414d Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 16 Nov 2011 16:47:15 +1100 Subject: [PATCH] Fixed bug with page links when automatic HTML minifying is enabled --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 35cdd694..d2136cff 100644 --- a/templates/index.html +++ b/templates/index.html @@ -154,7 +154,7 @@
{{ btn.prev }} {% for page in pages %} - [{{ page.num }}]{% if loop.last %} {% endif %} + [{{ page.num }}]{% if loop.last %} {% endif %} {% endfor %} {{ btn.next }}
{{ boardlist.bottom }}

Powered by Tinyboard {{ config.version }} | Tinyboard Copyright © 2010-2011 Tinyboard Development Group