mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
[various] Add exceptions to Smarty default escaping
This commit is contained in:
parent
18b2afcf0a
commit
a30ea9b062
4 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
||||
*
|
||||
*}}
|
||||
<div class="mailstream-item-body">{{$item.body}}</div>
|
||||
<div class="mailstream-item-body">{{$item.body nofilter}}</div>
|
||||
{{if $item.plink}}
|
||||
<div>{{$upstream}}: <a class="mailstream-item-plink" href="{{$item.plink}}">{{$item.plink}}</a><div>
|
||||
<div>{{$local}}: <a class="mailstream-item-url" href="{{$item.url}}">{{$item.url}}</a></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue