diff options
-rw-r--r-- | templates/mirrors/status.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/mirrors/status.html b/templates/mirrors/status.html index 5743e47b..1e7e38a5 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> |