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 nofilter}}
|
||||||
{{$preamble}}
|
|
||||||
|
|
||||||
{{if $content_allowed}}
|
{{if $content_allowed}}
|
||||||
{{$title}}
|
{{$title nofilter}}
|
||||||
|
|
||||||
{{$textversion}}
|
{{$textversion nofilter}}
|
||||||
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{$tsitelink}}
|
{{$tsitelink nofilter}}
|
||||||
{{$titemlink}}
|
{{$titemlink nofilter}}
|
||||||
|
|
||||||
{{$thanks}}
|
|
||||||
{{$site_admin}}
|
|
||||||
|
|
||||||
|
|
||||||
|
{{$thanks nofilter}}
|
||||||
|
{{$site_admin nofilter}}
|
||||||
|
|
Loading…
Reference in a new issue