diff options
Diffstat (limited to 'themes/chameleon/chameleon.theme')
-rw-r--r-- | themes/chameleon/chameleon.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme index 307d87615..d81ed752e 100644 --- a/themes/chameleon/chameleon.theme +++ b/themes/chameleon/chameleon.theme @@ -62,7 +62,7 @@ function chameleon_page($content, $title = NULL, $breadcrumb = NULL) { $output .= " </div>\n"; } - $output .= " <table>\n"; + $output .= " <table id=\"content\">\n"; $output .= " <tr>\n"; if ($blocks = theme_blocks("left")) { |