Closed (fixed)
Project:
Site Documentation
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 May 2008 at 09:24 UTC
Updated:
30 May 2008 at 13:32 UTC
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).
Comments
Comment #1
nancydruFix committed to -dev versions. Thanks.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.