diff --git a/view/smarty3/contact_edit.tpl b/view/smarty3/contact_edit.tpl index 5ba2abe721..6d65288e42 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 908212b48c..e113018b31 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 bced55ac3c..0f028d5904 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 b87b3b651c..d4bd41d74b 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 516fe02ca7..b18fff6b4a 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}}