aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/profile_vcard.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-03-17 11:50:53 +0100
committerMario Vavti <mario@mariovavti.com>2016-03-17 11:50:53 +0100
commita41a05e6c0b0fa5f9497f0880a2db9d8d7374092 (patch)
tree954e2cf1993c6b4338aaecb7bfb9cc8a9ca0b59e /view/tpl/profile_vcard.tpl
parenta83cdbeb39a915f77d24b316ce63197e0f5ca2d3 (diff)
downloadvolse-hubzilla-a41a05e6c0b0fa5f9497f0880a2db9d8d7374092.tar.gz
volse-hubzilla-a41a05e6c0b0fa5f9497f0880a2db9d8d7374092.tar.bz2
volse-hubzilla-a41a05e6c0b0fa5f9497f0880a2db9d8d7374092.zip
bring more structure to profiles edit
Diffstat (limited to 'view/tpl/profile_vcard.tpl')
-rwxr-xr-xview/tpl/profile_vcard.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl
index 943cc6339..cff1e4e14 100755
--- a/view/tpl/profile_vcard.tpl
+++ b/view/tpl/profile_vcard.tpl
@@ -45,7 +45,7 @@
{{if $gender}}<dl class="mf"><dt class="gender-label">{{$gender}}</dt> <dd class="x-gender">{{$profile.gender}}</dd></dl>{{/if}}
- {{if $marital}}<dl class="marital"><dt class="marital-label"><span class="heart">&hearts;</span>{{$marital}}</dt><dd class="marital-text">{{$profile.marital}}</dd></dl>{{/if}}
+ {{if $marital}}<dl class="marital"><dt class="marital-label"><span class="heart"><i class="icon-heart"></i>&nbsp;</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">{{$profile.homepage}}</dd></dl>{{/if}}