diff --git a/binder/templates/base.htm b/binder/templates/base.htm
index d916929..88481b9 100644
--- a/binder/templates/base.htm
+++ b/binder/templates/base.htm
@@ -19,7 +19,7 @@
{% endblock navigation %}
diff --git a/binder/templates/bcommon/list_server_zones.htm b/binder/templates/bcommon/list_server_zones.htm
index cd9b678..b1f278d 100644
--- a/binder/templates/bcommon/list_server_zones.htm
+++ b/binder/templates/bcommon/list_server_zones.htm
@@ -16,7 +16,7 @@ Server Zone List for {{ dns_server }}
{% for current_zone in zone_array %}
- {{ current_zone.zone_name }}
+ {{ current_zone.zone_name }}
|
{{ current_zone.view_name }} |
{{ current_zone.zone_class }} |
diff --git a/binder/templates/bcommon/list_servers.htm b/binder/templates/bcommon/list_servers.htm
index 8f6f22c..9343911 100644
--- a/binder/templates/bcommon/list_servers.htm
+++ b/binder/templates/bcommon/list_servers.htm
@@ -13,7 +13,7 @@ Server List
{% for current_server in server_info %}
- {{ current_server.host_name }} |
+ {{ current_server.host_name }} |
{% for type, data in current_server.ip_address %}
{{type}}: {{data}}
{% endfor %}
diff --git a/binder/templates/bcommon/list_zone.htm b/binder/templates/bcommon/list_zone.htm
index e9b3955..1aa334f 100644
--- a/binder/templates/bcommon/list_zone.htm
+++ b/binder/templates/bcommon/list_zone.htm
@@ -7,7 +7,7 @@ Zone listing for {{ zone_name }} on {{ dns_server }}
{% block body %}
{% if not errors %}
-
{% endif %}
|