aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-03-16 15:23:17 -0700
committerzotlabs <mike@macgirvin.com>2019-03-16 15:23:17 -0700
commit3c701e780c31a497c8c81ad0a66221e90b6078a4 (patch)
tree39298f4987e67b9f80742141e35dd6285cd31847 /view/tpl
parent8ebc517b4174c400009300e1c13f2f95ba78353b (diff)
downloadvolse-hubzilla-3c701e780c31a497c8c81ad0a66221e90b6078a4.tar.gz
volse-hubzilla-3c701e780c31a497c8c81ad0a66221e90b6078a4.tar.bz2
volse-hubzilla-3c701e780c31a497c8c81ad0a66221e90b6078a4.zip
use the php_eol constant for encoded subjects
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/dreport.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/dreport.tpl b/view/tpl/dreport.tpl
index 1f5915609..8e52f33bc 100644
--- a/view/tpl/dreport.tpl
+++ b/view/tpl/dreport.tpl
@@ -6,7 +6,7 @@
<i class="fa fa-sort-desc"></i>
</button>
<ul class="dropdown-menu">
- <li><a href="dreport/push/{{$mid}}">{{$push}}</a></li>
+ <li><a href="dreport/push/{{$safe_mid}}">{{$push}}</a></li>
</ul>
</div>
{{/if}}