fixed handling of "inner"-attribute

This commit is contained in:
messju
2004-09-21 19:41:21 +00:00
parent 355fd8292e
commit a100412c5d

View File

@@ -73,6 +73,7 @@ function smarty_function_html_table($params, &$smarty)
case 'trailpad':
case 'hdir':
case 'vdir':
case 'inner':
$$_key = (string)$_value;
break;