From f058a07a5ea31221d7f3cb415cb75d1e7e857a38 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Mon, 11 Jul 2011 21:58:06 +0200 Subject: #4 pentabarf shift import --- includes/sys_template.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'includes/sys_template.php') diff --git a/includes/sys_template.php b/includes/sys_template.php index c3e874ae..f409dada 100644 --- a/includes/sys_template.php +++ b/includes/sys_template.php @@ -20,7 +20,8 @@ function table_body($array) { foreach ($array as $line) { $html .= ""; if (is_array($line)) { - + foreach ($line as $td) + $html .= "" . $td . ""; } else { $html .= "" . $line . ""; } -- cgit v1.2.3-54-g00ecf