Line 468 says:
$output = '<p><ul id="links_weblink_list"><li>' . l($link['title'], $link['href'], $link['attributes']) . '</li></ul>';

Should be:
$output = '<p><ul id="links_weblink_list"><li>' . l($link['title'], $link['href'], $link['attributes']) . '</li></ul></p>';

Comments

avpaderno’s picture

There are many <p> tags that aren't properly closed.
That is something I can see in all the modules of the project.

avpaderno’s picture

Version: 5.x-1.7 » 5.x-1.13

This is still an issue with the latest version for Drupal 5. As the Drupal output is XHTML, every open tag needs to be closed.
In many points, the tag <p> is not appropriately closed.

avpaderno’s picture

Version: 5.x-1.13 » 5.x-1.x-dev
Issue summary: View changes
Status: Active » Closed (outdated)

I am closing this issue, since it's for a not supported Drupal version.