diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 .= "<table>\n"; + $output = "<table>\n"; /* ** Emit the table header: |