mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 11:24:27 +02:00
fixed handling of "inner"-attribute
This commit is contained in:
@@ -73,6 +73,7 @@ function smarty_function_html_table($params, &$smarty)
|
|||||||
case 'trailpad':
|
case 'trailpad':
|
||||||
case 'hdir':
|
case 'hdir':
|
||||||
case 'vdir':
|
case 'vdir':
|
||||||
|
case 'inner':
|
||||||
$$_key = (string)$_value;
|
$$_key = (string)$_value;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user