diff --git a/view/templates/hovercard.tpl b/view/templates/hovercard.tpl
index b7acd6c50..aff1c320a 100644
--- a/view/templates/hovercard.tpl
+++ b/view/templates/hovercard.tpl
@@ -15,7 +15,7 @@
{{if $profile.network}} ({{$profile.network}}){{/if}}
{{*{{if $profile.about}}
{{$profile.about}}
{{/if}}*}}
-
+
{{* here are the differnt actions like privat message, poke, delete and so on *}}
@@ -26,7 +26,7 @@
{{if $profile.actions.network}}
{{/if}}
- {{if $profile.actions.edit}}
{{/if}}
+ {{if $profile.actions.edit}}
{{/if}}
{{if $profile.actions.follow}}
{{/if}}
diff --git a/view/theme/frio/templates/contact_template.tpl b/view/theme/frio/templates/contact_template.tpl
index 5ae4fd4f7..36564cf33 100644
--- a/view/theme/frio/templates/contact_template.tpl
+++ b/view/theme/frio/templates/contact_template.tpl
@@ -42,7 +42,6 @@
{{/if}}
-
@@ -51,7 +50,7 @@
{{if $contact.photo_menu.pm }}
{{/if}}
{{if $contact.photo_menu.poke }}
{{/if}}
{{if $contact.photo_menu.network}}
{{/if}}
- {{if $contact.photo_menu.edit }}
{{/if}}
+ {{if $contact.photo_menu.edit }}
{{/if}}
{{if $contact.photo_menu.drop }}
{{/if}}
{{if $contact.photo_menu.follow }}
{{/if}}
{{if $contact.photo_menu.hide }}
{{/if}}