From 2af04c3b1accff957d30561d66e99ff7c854589e Mon Sep 17 00:00:00 2001 From: Antonin Date: Thu, 30 Jun 2016 23:10:47 +0200 Subject: [PATCH] Removing php escape and completing template ones. --- app/classes/Framadate/Utils.php | 2 +- tpl/create_poll.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/classes/Framadate/Utils.php b/app/classes/Framadate/Utils.php index 1fae70e..4f2997f 100644 --- a/app/classes/Framadate/Utils.php +++ b/app/classes/Framadate/Utils.php @@ -190,7 +190,7 @@ class Utils { } public static function fromPostOrDefault($postKey, $default = '') { - return !empty($_POST[$postKey]) ? Utils::htmlEscape($_POST[$postKey]) : $default; + return !empty($_POST[$postKey]) ? $_POST[$postKey] : $default; } public static function base64url_encode($input) { diff --git a/tpl/create_poll.tpl b/tpl/create_poll.tpl index 3e42d9b..780431e 100644 --- a/tpl/create_poll.tpl +++ b/tpl/create_poll.tpl @@ -42,7 +42,7 @@ {__('Step 1', 'Poll id rules')} @@ -104,7 +104,7 @@ {if $useRemoteUser} {$form->admin_mail} {else} - + {/if}