aboutsummaryrefslogtreecommitdiffstats
path: root/root/html/includes/mirrorslist.tt
diff options
context:
space:
mode:
Diffstat (limited to 'root/html/includes/mirrorslist.tt')
-rw-r--r--root/html/includes/mirrorslist.tt3
1 files changed, 1 insertions, 2 deletions
diff --git a/root/html/includes/mirrorslist.tt b/root/html/includes/mirrorslist.tt
index 3332a54..0a8dead 100644
--- a/root/html/includes/mirrorslist.tt
+++ b/root/html/includes/mirrorslist.tt
@@ -22,14 +22,13 @@
}) %]
[% FOREACH item = mirrorslist %]
[% IF loop.first %]
-<table border=1>
+<table border="1">
<tr>
<th>Server name</th>
<th>Location</th>
<th>Bandwidth</th>
<th>Source</th>
<th>Urls</th>
-<tr>
[% END %]
<tr>
[% urls = db.find_urls({ "hostname" => item.hostname }) %]