Remove profile about field double HTML escaping
- Add BBcode conversion for profile.about in widget/vcard.tpl
This commit is contained in:
parent
a42104ce43
commit
1ce5b1d65b
11 changed files with 16 additions and 14 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
{{if $profile.addr}}<div class="p-addr">{{$profile.addr}}</div>{{/if}}
|
||||
|
||||
{{if $profile.about}}<div class="title">{{$profile.about}}</div>{{/if}}
|
||||
{{if $profile.about}}<div class="title">{{$profile.about nofilter}}</div>{{/if}}
|
||||
|
||||
{{if $profile.picdate}}
|
||||
<div id="profile-photo-wrapper"><a href="{{$profile.url}}"><img class="photo u-photo" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></a></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue