diff --git a/view/templates/contact_edit.tpl b/view/templates/contact_edit.tpl index c86add3273..08570ec496 100644 --- a/view/templates/contact_edit.tpl +++ b/view/templates/contact_edit.tpl @@ -32,7 +32,7 @@ {{if $poll_enabled}}
  • {{$lastupdtext}} {{$last_update}}
    {{if $poll_interval}} - {{$updpub}} {{$poll_interval}} + {{$updpub}} {{$poll_interval nofilter}} {{/if}}
  • {{/if}} diff --git a/view/theme/frio/templates/contact_edit.tpl b/view/theme/frio/templates/contact_edit.tpl index 8d9bd232a9..fd5f1c0f1c 100644 --- a/view/theme/frio/templates/contact_edit.tpl +++ b/view/theme/frio/templates/contact_edit.tpl @@ -46,7 +46,7 @@
  • {{$lastupdtext}} {{$last_update}}
    {{if $poll_interval}} {{$updpub}} {{$poll_interval nofilter}} - + {{/if}}
  • {{/if}} diff --git a/view/theme/vier/templates/contact_edit.tpl b/view/theme/vier/templates/contact_edit.tpl index 7e53caedc6..2f52f82f81 100644 --- a/view/theme/vier/templates/contact_edit.tpl +++ b/view/theme/vier/templates/contact_edit.tpl @@ -33,7 +33,7 @@ {{if $poll_enabled}}
  • {{$lastupdtext}} {{$last_update}}
    {{if $poll_interval}} - {{$updpub}} {{$poll_interval}} + {{$updpub}} {{$poll_interval nofilter}} {{/if}}
  • {{/if}}