summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-02-22 17:24:09 -0600
committerDan McGee <dan@archlinux.org>2011-02-22 17:24:09 -0600
commitdfc4d919f1b0349d5143764c3f8f62c240e50623 (patch)
tree68c769c6300f965f4962e299907721258447552a
parent4b12255d1cf52fcc1a98c230d940d0c1d3809ad2 (diff)
downloadarchweb-dfc4d919f1b0349d5143764c3f8f62c240e50623.tar.gz
archweb-dfc4d919f1b0349d5143764c3f8f62c240e50623.zip
Use hyphen to offset optdep descriptionrelease_2011-02-22
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--templates/packages/details.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html
index 09b970cd..ea5e528c 100644
--- a/templates/packages/details.html
+++ b/templates/packages/details.html
@@ -167,7 +167,7 @@
title="View package details for {{ depend.dep.depname }}">{{ depend.dep.depname }}</a>{{ depend.dep.depvcmp|default:"" }}
{% if depend.pkg.repo.testing %}<span class="testing-dep">(testing)</span>{% endif %}
{% if depend.dep.optional %}<span class="opt-dep">(optional)</span>{% endif %}
- {% if depend.dep.description %}<span class="dep-desc">{{ depend.dep.description }}</span>{% endif %}
+ {% if depend.dep.description %}- <span class="dep-desc">{{ depend.dep.description }}</span>{% endif %}
</li>
{% endifequal %}
{% endfor %}