[-] Core : fixed smarty escape htmlall > html
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
</script>
|
||||
|
||||
<div class="col-lg-4">
|
||||
<input type="text" id="email" name="email" value="{$fields_value[$input.name]|escape:'htmlall':'UTF-8'}"/>
|
||||
<input type="text" id="email" name="email" value="{$fields_value[$input.name]|escape:'html':'UTF-8'}"/>
|
||||
</div>
|
||||
{/if}
|
||||
{else}
|
||||
|
||||
Reference in New Issue
Block a user