From abc8317a0bf0bacd8daa1ce9e256868e586cd03a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 29 Jan 2004 06:42:03 +0000 Subject: - Fixed bug #5384: tablesort outputs invalid HTML (improved patch). --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/theme.inc') diff --git a/includes/theme.inc b/includes/theme.inc index 0547abeff..03d92d980 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -502,7 +502,7 @@ function _theme_table_cell($cell, $header = 0) { if (is_array($cell)) { $data = $cell["data"]; foreach ($cell as $key => $value) { - if ($key != "data" && $key != "field") { + if ($key != "data") { $attributes .= " $key=\"$value\""; } } -- cgit v1.2.3