diff --git a/app/inc/smarty.php b/app/inc/smarty.php index 487a72e..ff77dde 100644 --- a/app/inc/smarty.php +++ b/app/inc/smarty.php @@ -77,6 +77,10 @@ function smarty_modifier_html($html) { return Utils::htmlEscape($html); } +function smarty_modifier_html_special_chars($html) { + return Utils::htmlMailEscape($html); +} + function smarty_modifier_datepicker_path($lang) { $i = 0; while (!is_file(path_for_datepicker_locale($lang)) && $i < 3) { diff --git a/tpl/create_date_poll_step_2.tpl b/tpl/create_date_poll_step_2.tpl index da8b355..b68bc5a 100644 --- a/tpl/create_date_poll_step_2.tpl +++ b/tpl/create_date_poll_step_2.tpl @@ -70,7 +70,7 @@
+ placeholder="{__('Generic', 'Time')} {$j+1}" id="d{$i}-h{$j}" name="horaires{$i}[]" value="{$slot|html_special_chars}"/>
{/foreach}