summaryrefslogtreecommitdiffstats
path: root/templates/mirrors/status.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mirrors/status.html')
-rw-r--r--templates/mirrors/status.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/mirrors/status.html b/templates/mirrors/status.html
index 5743e47..1e7e38a 100644
--- a/templates/mirrors/status.html
+++ b/templates/mirrors/status.html
@@ -44,7 +44,7 @@
<p>The last mirror check ran at {{ last_check|date:'Y-m-d H:i' }} UTC.</p>
- <a name="outofsync"/>
+ <a name="outofsync" id="outofsync"></a>
<h3>Out of Sync Mirrors</h3>
{% with bad_urls as urls %}
{% with 'outofsync_mirrors' as table_id %}
@@ -52,7 +52,7 @@
{% endwith %}
{% endwith %}
- <a name="successful"/>
+ <a name="successful" id="successful"></a>
<h3>Successfully Syncing Mirrors</h3>
{% with good_urls as urls %}
{% with 'successful_mirrors' as table_id %}
@@ -60,7 +60,7 @@
{% endwith %}
{% endwith %}
- <a name="errorlog"/>
+ <a name="errorlog" id="errorlog"></a>
<h3>Mirror Syncing Error Log</h3>
<table id="errorlog_mirrors" class="results">
<thead>