diff options
author | Dan McGee <dan@archlinux.org> | 2011-06-29 18:14:56 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-07-05 16:47:54 +0200 |
commit | f3262790b37da4883d74095ce34a84951432399b (patch) | |
tree | 56e91d2fc56066847ae2804a318bd0ebbc1a6f1a | |
parent | e37d465c4eb03259b3ce0c89e43c2c21badb0063 (diff) | |
download | archweb-f3262790b37da4883d74095ce34a84951432399b.tar.gz archweb-f3262790b37da4883d74095ce34a84951432399b.tar.xz |
Convert tabs to spaces in devel packages template
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | templates/devel/packages.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/devel/packages.html b/templates/devel/packages.html index 051ee4a..a9553d7 100644 --- a/templates/devel/packages.html +++ b/templates/devel/packages.html @@ -5,12 +5,12 @@ {% block content %} <div class="box"> - <h2>{{ title }}{% if maintainer %}, - maintained by {{ maintainer.get_full_name }}{% endif%}</h2> - <p>{{ packages|length }} package{{ packages|pluralize }} found. - {% if maintainer %}This report only includes packages maintained by - {{ maintainer.get_full_name }} ({{ maintainer.username }}).{% endif %} - </p> + <h2>{{ title }}{% if maintainer %}, + maintained by {{ maintainer.get_full_name }}{% endif%}</h2> + <p>{{ packages|length }} package{{ packages|pluralize }} found. + {% if maintainer %}This report only includes packages maintained by + {{ maintainer.get_full_name }} ({{ maintainer.username }}).{% endif %} + </p> <table class="results"> <thead> <tr> |