aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--root/html/includes/host_information.tt2
-rw-r--r--root/html/includes/mirrorslist.tt3
2 files changed, 2 insertions, 3 deletions
diff --git a/root/html/includes/host_information.tt b/root/html/includes/host_information.tt
index 94fa7e3..7ddef5b 100644
--- a/root/html/includes/host_information.tt
+++ b/root/html/includes/host_information.tt
@@ -8,7 +8,7 @@
<form action="[% action || c.uri_for() %]" method="POST">
<input type="hidden" name="hostinfo" value="1">
[% END %]
-<table border=0>
+<table border="0">
<tr><th>Country</th>
<td>
[% IF NOT edit %]
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 }) %]