diff --git a/mirrormanager2/templates/fedora/host.html b/mirrormanager2/templates/fedora/host.html
index d783d869..48fdd8d2 100644
--- a/mirrormanager2/templates/fedora/host.html
+++ b/mirrormanager2/templates/fedora/host.html
@@ -231,14 +231,26 @@
No URLS
{% endif %}
{% if category.directories %}
- Up-to-Date Directories this host carries
-
- {% for dir in category.directories %}
- {% if dir.up2date %}
- - {{ dir.path }}
- {% endif %}
- {% endfor %}
-
+
+
+
+
+
+
+ {% for dir in category.directories %}
+ {% if dir.up2date %}
+ - {{ dir.path }}
+ {% endif %}
+ {% endfor %}
+
+
+
+
+
{% endif %}