Fixing templates - unescaping it again
This commit is contained in:
parent
0fe8b849bb
commit
c7a636fe18
5 changed files with 7 additions and 7 deletions
|
@ -91,7 +91,7 @@
|
|||
{{if $profile.about}}
|
||||
<dl id="aprofile-about" class="aprofile">
|
||||
<dt>{{$profile.about.0}}</dt>
|
||||
<dd>{{$profile.about.1}}</dd>
|
||||
<dd>{{$profile.about.1 nofilter}}</dd>
|
||||
</dl>
|
||||
{{/if}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue