summaryrefslogtreecommitdiffstats
path: root/templates/packages/details_requiredby.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-08-05 01:49:11 +0200
committerDan McGee <dan@archlinux.org>2012-08-05 01:49:11 +0200
commitcdbbf81f49a9b82fcadcdb795de5d543cd0af916 (patch)
tree593233fb561a98c25433d7a830811bb1a056dd6a /templates/packages/details_requiredby.html
parentd557d267c906f2844331cafb57a81dc5a43bb125 (diff)
downloadarchweb-cdbbf81f49a9b82fcadcdb795de5d543cd0af916.tar.gz
archweb-cdbbf81f49a9b82fcadcdb795de5d543cd0af916.tar.xz
Restore proper whitespace in depends/required by display
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/packages/details_requiredby.html')
-rw-r--r--templates/packages/details_requiredby.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/packages/details_requiredby.html b/templates/packages/details_requiredby.html
index f498bd5..e8c713a 100644
--- a/templates/packages/details_requiredby.html
+++ b/templates/packages/details_requiredby.html
@@ -1,8 +1,8 @@
{% load package_extras %}{% spaceless %}<li>{% pkg_details_link req.pkg %}
-{% if req.name != pkg.pkgname %}<span class="virtual-dep">(requires {{ req.name }})</span>
-{% endif %}{% if req.pkg.repo.testing %}<span class="testing-dep">(testing)</span>
-{% endif %}{% if req.pkg.repo.staging %}<span class="staging-dep">(staging)</span>
-{% endif %}{% if req.deptype == 'O' %}<span class="opt-dep">(optional)</span>
-{% endif %}{% if req.deptype == 'M' %}<span class="make-dep">(make)</span>
-{% endif %}{% if req.deptype == 'C' %}<span class="check-dep">(check)</span>
+{% if req.name != pkg.pkgname %}<span class="virtual-dep"> (requires {{ req.name }})</span>
+{% endif %}{% if req.pkg.repo.testing %}<span class="testing-dep"> (testing)</span>
+{% endif %}{% if req.pkg.repo.staging %}<span class="staging-dep"> (staging)</span>
+{% endif %}{% if req.deptype == 'O' %}<span class="opt-dep"> (optional)</span>
+{% endif %}{% if req.deptype == 'M' %}<span class="make-dep"> (make)</span>
+{% endif %}{% if req.deptype == 'C' %}<span class="check-dep"> (check)</span>
{% endif %}</li>{% endspaceless %}