mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-03 13:51:36 +01:00
add assign attribute to html_checkboxes and html_radios
This commit is contained in:
@@ -105,7 +105,7 @@ function smarty_function_mailto($params, &$smarty)
|
||||
$js_encode .= '%' . bin2hex($string[$x]);
|
||||
}
|
||||
|
||||
return '<script type="text/javascript" language="javascript">eval(unescape(\''.$js_encode.'\'))</script>';
|
||||
return '<script type="text/javascript">eval(unescape(\''.$js_encode.'\'))</script>';
|
||||
|
||||
} elseif ($encode == 'hex') {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user