mirror of
				https://github.com/smarty-php/smarty.git
				synced 2025-10-31 04:11:37 +01:00 
			
		
		
		
	fixed wrong default-"name" in function.html_options.php
This commit is contained in:
		| @@ -18,7 +18,7 @@ function smarty_function_html_options($params, &$smarty) | ||||
| { | ||||
|    require_once $smarty->_get_plugin_filepath('shared','escape_special_chars'); | ||||
|    | ||||
|    $name = 'select'; | ||||
|    $name = null; | ||||
|    $values = null; | ||||
|    $options = null; | ||||
|    $selected = array(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user