mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
Unescape plaintext email body
This commit is contained in:
parent
034d0f650b
commit
5db5cc904a
1 changed files with 7 additions and 10 deletions
|
@ -1,17 +1,14 @@
|
|||
|
||||
|
||||
{{$preamble}}
|
||||
{{$preamble nofilter}}
|
||||
|
||||
{{if $content_allowed}}
|
||||
{{$title}}
|
||||
{{$title nofilter}}
|
||||
|
||||
{{$textversion}}
|
||||
{{$textversion nofilter}}
|
||||
|
||||
{{/if}}
|
||||
{{$tsitelink}}
|
||||
{{$titemlink}}
|
||||
|
||||
{{$thanks}}
|
||||
{{$site_admin}}
|
||||
|
||||
{{$tsitelink nofilter}}
|
||||
{{$titemlink nofilter}}
|
||||
|
||||
{{$thanks nofilter}}
|
||||
{{$site_admin nofilter}}
|
||||
|
|
Loading…
Reference in a new issue