In the function _links_related_format_list in links_related.module there is a line that says:

$html .= '<h2>' . $heading . '<h2>';

I guess it should be:

$html .= '<h2>' . $heading . '</h2>';

Comments

syscrusher’s picture

Assigned: Unassigned » syscrusher

Oooh, good catch! Thanks!

I'm committing some other patches tonight. I'll do this one by hand afterward, because I don't want to complicate the patch process for the large diffs.

Scott

syscrusher’s picture

Status: Active » Fixed

This is fixed in tonight's CVS commit.

Scott

Anonymous’s picture

Status: Fixed » Closed (fixed)