diff options
author | friendica <info@friendica.com> | 2014-11-10 19:20:23 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-10 19:20:23 -0800 |
commit | d432f4ccd5696565dbc6e726d6d06eb77fd35f77 (patch) | |
tree | 136bd689e5624fe1877881338809c4f2bdc05fcf /view/tpl | |
parent | 56199027768a07d7f1f980df08fb9c5dc7b1278e (diff) | |
download | volse-hubzilla-d432f4ccd5696565dbc6e726d6d06eb77fd35f77.tar.gz volse-hubzilla-d432f4ccd5696565dbc6e726d6d06eb77fd35f77.tar.bz2 volse-hubzilla-d432f4ccd5696565dbc6e726d6d06eb77fd35f77.zip |
issue #683 - don't linkify homepage field without validating
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/profile_vcard.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 3c83cd685..6904c2fec 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -41,7 +41,7 @@ {{if $marital}}<dl class="marital"><dt class="marital-label"><span class="heart">♥</span>{{$marital}}</dt><dd class="marital-text">{{$profile.marital}}</dd></dl>{{/if}} - {{if $homepage}}<dl class="homepage"><dt class="homepage-label">{{$homepage}}</dt><dd class="homepage-url"><a href="{{$profile.homepage}}" >{{$profile.homepage}}</a></dd></dl>{{/if}} + {{if $homepage}}<dl class="homepage"><dt class="homepage-label">{{$homepage}}</dt><dd class="homepage-url">{{$profile.homepage}}</dd></dl>{{/if}} {{if $diaspora}} {{include file="diaspora_vcard.tpl"}} |