Site documentation page breaks theme
LUTi - May 16, 2008 - 09:24
| Project: | Site Documentation |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | NancyDru |
| Status: | closed |
Jump to:
Description
There seems to be one "/div" tag too much in site documentation page generation:
line 167: $output = '<div class="site-documentation">'. l(t('Change settings.'), 'admin/settings/sitedoc') .'<br/><br/>';
...
(many sections in between)
...
line 382: $output .= "</div>\n";
...
(another section, "Get info from Filter and Filter_format tables")
...
line 397: $output .= "</div>\n";
line 398: return $output;This breaks the theme at my site (right sidebar content is displayed at the bottom of the page generated, on the left side...), so I've commented out the line 382 and everything seems to be OK now (right sidebar is back, displayed as on all other pages).

#1
Fix committed to -dev versions. Thanks.
#2
Automatically closed -- issue fixed for two weeks with no activity.