Edit the file includes/theme.inc and at the line 87 you'll see the problem.

Replace:

  $output .= '</div';

by

  $output .= '</div>';
CommentFileSizeAuthor
#2 905432_html_error.patch554 byteskscheirer

Comments

pol’s picture

Dont add the html opening and closing tags of course ;-)

kscheirer’s picture

StatusFileSize
new554 bytes

Pol,

Generally its a good idea to create a patch file. Even though this is a trivial example, it makes it easier for the module maintainers to see your change and test it out themselves. There's more docs on how to do that here, http://drupal.org/patch/create.

kscheirer’s picture

Version: 6.x-1.2 » 6.x-1.x-dev
anrikun’s picture

Status: Needs review » Reviewed & tested by the community

Please commit the patch as it is a very annoying bug.

cyberwolf’s picture

Subscribing.

pasqualle’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.