From cd427ead7e71bb5d7716f015b1f9753ee56a9b4e Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 1 Dec 2013 23:17:07 -0600 Subject: Fix double space in template Signed-off-by: Dan McGee --- templates/mirrors/status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 @@

Out of Sync Mirrors

- {% with urls=bad_urls table_id='outofsync_mirrors' %} + {% with urls=bad_urls table_id='outofsync_mirrors' %} {% include "mirrors/status_table.html" %} {% endwith %} -- cgit v1.2.3-24-g4f1b