diff --git a/view/smarty3/contact_edit.tpl b/view/smarty3/contact_edit.tpl
index 5ba2abe72..6d65288e4 100644
--- a/view/smarty3/contact_edit.tpl
+++ b/view/smarty3/contact_edit.tpl
@@ -48,7 +48,7 @@
{{/if}}
-
{{$lblrecent}}
+ {{$lblrecent}}
{{if $lblsuggest}}
{{$lblsuggest}}
{{/if}}
diff --git a/view/theme/decaf-mobile/contact_edit.tpl b/view/theme/decaf-mobile/contact_edit.tpl
index 908212b48..e113018b3 100644
--- a/view/theme/decaf-mobile/contact_edit.tpl
+++ b/view/theme/decaf-mobile/contact_edit.tpl
@@ -48,7 +48,7 @@
{{ endif }}
- $lblrecent
+ $lblrecent
{{ if $lblsuggest }}
$lblsuggest
{{ endif }}
diff --git a/view/theme/decaf-mobile/smarty3/contact_edit.tpl b/view/theme/decaf-mobile/smarty3/contact_edit.tpl
index bced55ac3..0f028d590 100644
--- a/view/theme/decaf-mobile/smarty3/contact_edit.tpl
+++ b/view/theme/decaf-mobile/smarty3/contact_edit.tpl
@@ -53,7 +53,7 @@
{{/if}}
- {{$lblrecent}}
+ {{$lblrecent}}
{{if $lblsuggest}}
{{$lblsuggest}}
{{/if}}
diff --git a/view/theme/frost-mobile/contact_edit.tpl b/view/theme/frost-mobile/contact_edit.tpl
index b87b3b651..d4bd41d74 100644
--- a/view/theme/frost-mobile/contact_edit.tpl
+++ b/view/theme/frost-mobile/contact_edit.tpl
@@ -48,7 +48,7 @@
{{ endif }}
- $lblrecent
+ $lblrecent
{{ if $lblsuggest }}
$lblsuggest
{{ endif }}
diff --git a/view/theme/frost-mobile/smarty3/contact_edit.tpl b/view/theme/frost-mobile/smarty3/contact_edit.tpl
index 516fe02ca..b18fff6b4 100644
--- a/view/theme/frost-mobile/smarty3/contact_edit.tpl
+++ b/view/theme/frost-mobile/smarty3/contact_edit.tpl
@@ -53,7 +53,7 @@
{{/if}}
- {{$lblrecent}}
+ {{$lblrecent}}
{{if $lblsuggest}}
{{$lblsuggest}}
{{/if}}