Closed (fixed)
Project:
Links Package
Version:
master
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
8 Nov 2005 at 17:52 UTC
Updated:
28 Nov 2005 at 03:40 UTC
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
Comment #1
syscrusher commentedOooh, 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
Comment #2
syscrusher commentedThis is fixed in tonight's CVS commit.
Scott
Comment #3
(not verified) commented