diff options
Diffstat (limited to 'libs/plugins/function.html_table.php')
| -rw-r--r-- | libs/plugins/function.html_table.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/plugins/function.html_table.php b/libs/plugins/function.html_table.php index f279ad6d..6752221a 100644 --- a/libs/plugins/function.html_table.php +++ b/libs/plugins/function.html_table.php @@ -48,7 +48,7 @@ * @param object $template template object * @return string */ -function smarty_function_html_table($params, $smarty, $template) +function smarty_function_html_table($params, $template) { $table_attr = 'border="1"'; $tr_attr = ''; |
