Some correction
This commit is contained in:
parent
6075245b84
commit
73528fa279
11 changed files with 17 additions and 17 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
<div class="fn label p-name">{{$profile.name|escape}}</div>
|
||||
|
||||
{{if $profile.addr}}<div class="p-addr">{{$profile.addr|escaped}}</div>{{/if}}
|
||||
{{if $profile.addr}}<div class="p-addr">{{$profile.addr|escape}}</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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue