diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-08-01 03:59:32 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-08-01 03:59:32 +0200 |
commit | 2f8c5cf7d09f7d079671785574b588bc21c373cd (patch) | |
tree | e1c12c4d39b8404d0d5870c57ebd91540fd2a37f /view | |
parent | 1f2482f6abf5986ebf4b9ee292ba229a4a3b6797 (diff) | |
parent | 9476c631b0f9ba52be869b0c430fea81f4202352 (diff) | |
download | volse-hubzilla-2f8c5cf7d09f7d079671785574b588bc21c373cd.tar.gz volse-hubzilla-2f8c5cf7d09f7d079671785574b588bc21c373cd.tar.bz2 volse-hubzilla-2f8c5cf7d09f7d079671785574b588bc21c373cd.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/abook_edit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 146030494..13b94a560 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -52,7 +52,7 @@ {{/foreach}} <div class="section-content-info-wrapper"> <div> - {{$addr_text}} <strong>'{{$addr}}'</strong> + {{$addr_text}} <strong>'{{if $addr}}{{$addr}}{{else}}{{$primeurl}}{{/if}}'</strong> </div> {{if $locstr}} <div> |