1
0
Fork 0

Fixing templates - unescaping it again

This commit is contained in:
Michael 2018-12-20 21:57:53 +00:00
commit c7a636fe18
5 changed files with 7 additions and 7 deletions

View file

@ -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}}