[-] Core : fixed smarty escape htmlall > html
This commit is contained in:
@@ -45,11 +45,11 @@
|
||||
<div id="send_friend_form_content">
|
||||
<p class="text">
|
||||
<label for="friend-name">{l s='Friend\'s name' mod='sendtoafriend'}</label>
|
||||
<input type="text" id="friend-name" name="name" value="{if isset($smarty.post.name)}{$smarty.post.name|escape:'htmlall':'UTF-8'|stripslashes}{/if}" />
|
||||
<input type="text" id="friend-name" name="name" value="{if isset($smarty.post.name)}{$smarty.post.name|escape:'html':'UTF-8'|stripslashes}{/if}" />
|
||||
</p>
|
||||
<p class="text">
|
||||
<label for="friend-address">{l s='Friend\'s email' mod='sendtoafriend'}</label>
|
||||
<input type="text" id="friend-address" name="email" value="{if isset($smarty.post.name)}{$smarty.post.email|escape:'htmlall'|stripslashes}{/if}" />
|
||||
<input type="text" id="friend-address" name="email" value="{if isset($smarty.post.name)}{$smarty.post.email|escape:'html'|stripslashes}{/if}" />
|
||||
</p>
|
||||
|
||||
<p class="submit">
|
||||
|
||||
Reference in New Issue
Block a user