summaryrefslogtreecommitdiff
path: root/templates/mirrors/status_table.html
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-12-12 19:39:46 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-12-12 19:39:46 -0500
commit482ada7da21540dc62a1daeed4963bd591a77e00 (patch)
treeefb3fc5b14bdb2f8838dfc37b09c56f3c6a2ae8c /templates/mirrors/status_table.html
parentcdfa6c1195bb6feb812bffc981183f0758ca5e2f (diff)
parentcbdcb08557112f53ddcf074b950ee0950e12a045 (diff)
Merge tag 'release_2012-04-02'
Signing page changes, other tweaks Conflicts: README local_settings.py.example requirements_prod.txt urls.py
Diffstat (limited to 'templates/mirrors/status_table.html')
-rw-r--r--templates/mirrors/status_table.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/mirrors/status_table.html b/templates/mirrors/status_table.html
index 72de25dc..bd70115c 100644
--- a/templates/mirrors/status_table.html
+++ b/templates/mirrors/status_table.html
@@ -15,7 +15,7 @@
</thead>
<tbody>
{% for m_url in urls %}
- <tr class="{% cycle 'odd' 'even' %}">
+ {% spaceless %}<tr class="{% cycle 'odd' 'even' %}">
<td>{{ m_url.url }}</td>
<td>{{ m_url.protocol }}</td>
<td>{{ m_url.real_country }}</td>
@@ -26,6 +26,6 @@
<td>{{ m_url.duration_stddev|floatformat:2 }}</td>
<td>{{ m_url.score|floatformat:1|default:'∞' }}</td>
</tr>
- {% endfor %}
+ {% endspaceless %}{% endfor %}
</tbody>
</table>