Edit the file includes/theme.inc and at the line 87 you'll see the problem.
Replace:
$output .= '</div';
by
$output .= '</div>';
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 905432_html_error.patch | 554 bytes | kscheirer |
Edit the file includes/theme.inc and at the line 87 you'll see the problem.
Replace:
$output .= '</div';
by
$output .= '</div>';
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 905432_html_error.patch | 554 bytes | kscheirer |
Comments
Comment #1
polDont add the html opening and closing tags of course ;-)
Comment #2
kscheirerPol,
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.
Comment #3
kscheirerComment #4
anrikun commentedPlease commit the patch as it is a very annoying bug.
Comment #5
cyberwolf commentedSubscribing.
Comment #6
pasquallehttp://drupal.org/cvs?commit=439026