Remove uses of HTML escaping in Smarty templates
This commit is contained in:
parent
b6623216f0
commit
2241ba4540
171 changed files with 855 additions and 855 deletions
|
@ -1,12 +1,12 @@
|
|||
|
||||
<div class="vcard h-card">
|
||||
|
||||
<div class="fn label p-name">{{$profile.name|escape}}</div>
|
||||
<div class="fn label p-name">{{$profile.name}}</div>
|
||||
|
||||
{{if $profile.addr}}<div class="p-addr">{{$profile.addr|escape}}</div>{{/if}}
|
||||
{{if $profile.addr}}<div class="p-addr">{{$profile.addr}}</div>{{/if}}
|
||||
|
||||
{{if $profile.pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
|
||||
<div id="profile-photo-wrapper"><img class="photo u-photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name|escape}}"></div>
|
||||
<div id="profile-photo-wrapper"><img class="photo u-photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></div>
|
||||
|
||||
{{if $account_type}}<div class="account-type">{{$account_type}}</div>{{/if}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue