diff options
Diffstat (limited to 'server/templates/mirror.html')
-rw-r--r-- | server/templates/mirror.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/server/templates/mirror.html b/server/templates/mirror.html index a6189bc..311f8fa 100644 --- a/server/templates/mirror.html +++ b/server/templates/mirror.html @@ -2,10 +2,10 @@ $def with (mirror_data) $var title: Mirror <table border="1"> - <tr> - <th>Mirror</th> - <th>Hosts</th> - </tr> - $for mirror in mirror_data.keys(): - <tr><td>$mirror</td><td>$mirror_data[mirror]['HOSTS']</td></tr> + <tr> + <th>Mirror</th> + <th>Hosts</th> + </tr> + $for mirror in mirror_data.keys(): + <tr><td>$mirror</td><td>$mirror_data[mirror]['HOSTS']</td></tr> </table> |