diff options
author | Dan McGee <dan@archlinux.org> | 2013-12-02 06:17:07 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-12-14 17:52:27 +0100 |
commit | cd427ead7e71bb5d7716f015b1f9753ee56a9b4e (patch) | |
tree | fefe5911becb892c8c75baef04fd16a3e1665950 /templates | |
parent | 2751e3870ea7875a67b42d025ca0369cf0a1bebf (diff) | |
download | archweb-cd427ead7e71bb5d7716f015b1f9753ee56a9b4e.tar.gz archweb-cd427ead7e71bb5d7716f015b1f9753ee56a9b4e.tar.xz |
Fix double space in template
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/mirrors/status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mirrors/status.html b/templates/mirrors/status.html index 331c18e..e97ad4b 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 %} |