summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2013-12-01 23:17:07 -0600
committerDan McGee <dan@archlinux.org>2013-12-14 10:52:27 -0600
commitcd427ead7e71bb5d7716f015b1f9753ee56a9b4e (patch)
treefefe5911becb892c8c75baef04fd16a3e1665950 /templates
parent2751e3870ea7875a67b42d025ca0369cf0a1bebf (diff)
downloadarchweb-cd427ead7e71bb5d7716f015b1f9753ee56a9b4e.tar.gz
archweb-cd427ead7e71bb5d7716f015b1f9753ee56a9b4e.zip
Fix double space in template
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/mirrors/status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mirrors/status.html b/templates/mirrors/status.html
index 331c18ee..e97ad4ba 100644
--- a/templates/mirrors/status.html
+++ b/templates/mirrors/status.html
@@ -59,7 +59,7 @@
<a name="outofsync" id="outofsync"></a>
<h3>Out of Sync Mirrors</h3>
- {% with urls=bad_urls table_id='outofsync_mirrors' %}
+ {% with urls=bad_urls table_id='outofsync_mirrors' %}
{% include "mirrors/status_table.html" %}
{% endwith %}