]> git.mxchange.org Git - friendica.git/commitdiff
frio: fix url variable for textcomplete in contact_template
authorrabuzarus <>
Sun, 3 Jul 2016 07:50:34 +0000 (09:50 +0200)
committerrabuzarus <>
Sun, 3 Jul 2016 07:50:34 +0000 (09:50 +0200)
view/theme/frio/templates/contact_template.tpl

index 5e0e3ddef91de525451c13a9256e30c1af81a5e5..37217c62fffbf37c61ca5ae11b612aa6a7a4fc06 100644 (file)
@@ -149,7 +149,7 @@ We use this part to filter the contacts with jquery.textcomplete *}}
                                {{* The contact description (e.g. Name, Network, kind of connection and so on *}}
                                <div class="contact-entry-desc">
                                        <div class="contact-entry-name" id="contact-entry-name-{$id}" >
-                                               <h4 class="media-heading"><a href="{url}">{$name}</a>
+                                               <h4 class="media-heading"><a href="{$url}">{$name}</a>
                                                {if $account_type} <small class="contact-entry-details" id="contact-entry-accounttype-{$id}">({$account_type})</small>{/if}
                                                {if $account_type == 'Forum'}<i class="fa fa-comments-o" aria-hidden="true"></i>{/if}
                                                {{* @todo this needs some changing in core because $contact.account_type contains a translated string which may notbe the same in every language *}}