Remove profile about field double HTML escaping

- Add BBcode conversion for profile.about in widget/vcard.tpl
This commit is contained in:
Hypolite Petovan 2020-02-11 21:38:42 -05:00
commit 1ce5b1d65b
11 changed files with 16 additions and 14 deletions

View file

@ -2,7 +2,7 @@
<div class="vcard h-card">
<div class="fn p-name">{{$name}}</div>
{{if $addr}}<div class="p-addr">{{$addr}}</div>{{/if}}
{{if $about}}<div class="title p-job-title">{{$about}}</div>{{/if}}
{{if $about}}<div class="title p-job-title">{{$about nofilter}}</div>{{/if}}
{{if $url}}
<div id="profile-photo-wrapper"><a href="{{$url}}"><img class="vcard-photo photo u-photo" style="width: 175px; height: 175px;" src="{{$photo}}" alt="{{$name}}" /></a></div>
{{else}}