add assign attribute to html_checkboxes and html_radios

This commit is contained in:
mohrt
2004-07-02 14:14:30 +00:00
parent de676ea589
commit 8e621339e9
4 changed files with 29 additions and 13 deletions

View File

@@ -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') {