From 999196cbc431179b247e75963dcf6ea26a497af2 Mon Sep 17 00:00:00 2001 From: evildmp Date: Tue, 2 Dec 2014 19:41:17 +0000 Subject: [PATCH] Eliminate unwanted whitespace from link template --- links/templates/links/cms_plugins/links.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/links/templates/links/cms_plugins/links.html b/links/templates/links/cms_plugins/links.html index cda5b821..4d9a2ce1 100644 --- a/links/templates/links/cms_plugins/links.html +++ b/links/templates/links/cms_plugins/links.html @@ -1,9 +1,8 @@ +{% spaceless %} {% autoescape off %} {% if object.insert_as == 0 %} - {% for item in links %} - {{ item }}{{ item.separator }} - {% endfor %} + {% for item in links %}{{ item }}{{ item.separator }}{% endfor %} {% elif object.insert_as == 2 %} {% for item in links %} @@ -21,3 +20,4 @@ {% endif %} {% endautoescape %} +{% endspaceless %} \ No newline at end of file