]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/wall/content_filter.tpl
Merge pull request #12371 from loma-one/patch-1
[friendica.git] / view / templates / wall / content_filter.tpl
index 2dafdca0953490169f01b228f0fc1ce2520000e1..60cfe7df7453a60d3d4f58f79399310f602e705f 100644 (file)
@@ -1,7 +1,7 @@
 {{if count($reasons) > 1}}
 <ul class="content-filter-reasons">
        {{foreach $reasons as $reason}}
-       <li>{{$reason|escape:html}}</li>
+       <li>{{$reason}}</li>
        {{/foreach}}
 </ul>
 <p>
 </p>
 {{else}}
 <p>
-       {{$reasons.0|escape:html}}
+       {{$reasons.0}}
        <button type="button" id="content-filter-wrap-{{$rnd}}" class="btn btn-default btn-xs content-filter-button" onclick="openClose('content-filter-{{$rnd}}');">
                <i class="glyphicon glyphicon-eye-open"></i> {{$openclose}}
        </button>
 </p>
 {{/if}}
 <div id="content-filter-{{$rnd}}" class="content-filter-content" style="display: none;">
-       {{$html}}
-</div>
\ No newline at end of file
+       {{$html nofilter}}
+</div>