From 950123ab3aefd61c63e686201cdc2bd0a7a9cabc Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Thu, 17 Aug 2017 21:53:08 +0200 Subject: packages: remove extranous space in Provides/Conflicts Remove the extranous space in Provides / Conflicts by removing the newline in details_link.html with spaceless --- templates/packages/details_relatedto.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/packages/details_relatedto.html b/templates/packages/details_relatedto.html index 560a67f8..55e8ef13 100644 --- a/templates/packages/details_relatedto.html +++ b/templates/packages/details_relatedto.html @@ -1,3 +1,4 @@ -{% load details_link %}{% for related in all_related %}{% with best_satisfier=related.get_best_satisfier %} -{% if best_satisfier == None %}{{ related.name }}{% else %}{% details_link best_satisfier %}{% endif %}{{ related.comparison|default:'' }}{{ related.version|default:'' }}{% if not forloop.last %}, {% endif %} +{% load details_link %} +{% for related in all_related %}{% with best_satisfier=related.get_best_satisfier %} +{% if best_satisfier == None %}{{ related.name }}{% else %}{% spaceless %}{% details_link best_satisfier %}{% endspaceless %}{% endif %}{{ related.comparison|default:'' }}{{ related.version|default:'' }}{% if not forloop.last %}, {% endif %} {% endwith %}{% endfor %} -- cgit v1.2.3-55-g3dc8