From a100412c5d27ccd68c5dacbcd2fa05e6d727a45c Mon Sep 17 00:00:00 2001 From: messju Date: Tue, 21 Sep 2004 19:41:21 +0000 Subject: [PATCH] fixed handling of "inner"-attribute --- libs/plugins/function.html_table.php | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/plugins/function.html_table.php b/libs/plugins/function.html_table.php index c6693d88..0f6d03b9 100644 --- a/libs/plugins/function.html_table.php +++ b/libs/plugins/function.html_table.php @@ -73,6 +73,7 @@ function smarty_function_html_table($params, &$smarty) case 'trailpad': case 'hdir': case 'vdir': + case 'inner': $$_key = (string)$_value; break;