diff --git a/powerdnsadmin/templates/applied_change_macro.html b/powerdnsadmin/templates/applied_change_macro.html
index 6a49b01..0b444b6 100644
--- a/powerdnsadmin/templates/applied_change_macro.html
+++ b/powerdnsadmin/templates/applied_change_macro.html
@@ -92,24 +92,24 @@
{% for changes in hist_rec_entry.changeSet %}
{% if changes[2] == "unchanged" %}
-
+ |
{{changes[0]['content']}}
|
{% elif changes[2] == "addition" %}
-
+ |
{{changes[1]['content']}}
|
{% elif changes[2] == "deletion" %}
-
+ |
{{changes[0]['content']}}
|
{% elif changes[2] == "status" %}
-
+ |
{{changes[0]['content']}}
|
{% endif %}
@@ -119,7 +119,7 @@
-
+ |
{% for comments in hist_rec_entry.add_rrset['comments'] %}
{{comments['content'] }}
|