]> git.mxchange.org Git - friendica.git/commitdiff
Unescape aes_allow in dfrn_req_confirm.tpl
authorHypolite Petovan <hypolite@mrpetovan.com>
Tue, 25 Dec 2018 04:14:30 +0000 (23:14 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Tue, 25 Dec 2018 04:14:30 +0000 (23:14 -0500)
view/templates/dfrn_req_confirm.tpl

index 1c89ece9b7a7deb70fa62170cbe04314b18fd16a..693f8cbf92d13bb74099122e6f07c115f67cd3fa 100644 (file)
@@ -10,7 +10,7 @@
 <input type="hidden" name="dfrn_url" value="{{$dfrn_url}}" />
 <input type="hidden" name="confirm_key" value="{{$confirm_key}}" />
 <input type="hidden" name="localconfirm" value="1" />
-{{$aes_allow}}
+{{$aes_allow nofilter}}
 
 <label id="dfrn-request-homecoming-hide-label" for="dfrn-request-homecoming-hide">{{$hidethem}}</label>
 <input type="checkbox" name="hidden-contact" value="1" />