From a0deb476faf8d35794c8e1286037ced22959bd07 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sat, 8 Mar 2003 14:35:42 +0000 Subject: - Changed _nodeapi("conf") to _nodeapi("settings"). - Changed node settings page to use table(). - Minor code beautification here and there. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index bbf191cb9..ce9dc789e 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -216,7 +216,7 @@ function table_cell($cell, $header = 0) { function table($header, $rows) { - $output .= "\n"; + $output = "
\n"; /* ** Emit the table header: -- cgit v1.2.3