mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:42:54 +00:00
forgot nofilter
This commit is contained in:
parent
6f787f2422
commit
3fca00d1d5
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
{{/if}}
|
||||
|
||||
{{if $tos}}
|
||||
<p>{{$tos}}</p>
|
||||
<p>{{$tos nofilter}}</p>
|
||||
{{/if}}
|
||||
|
||||
{{if $block_list}}
|
||||
|
@ -42,4 +42,4 @@
|
|||
|
||||
{{/if}}
|
||||
|
||||
{{$hooked}}
|
||||
{{$hooked nofilter}}
|
||||
|
|
Loading…
Reference in a new issue