Closed (fixed)
Project:
Counter
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2009 at 20:24 UTC
Updated:
14 May 2010 at 15:52 UTC
That's why I changed line 217 of counter.module from
$output .= '</ul>';
to
$output = '<ul>'.$output.'</ul>';
Comments
Comment #1
drupalnesia commentedIt was already opened here (line 185) :
$output .= '<ul id="counter">';Comment #2
drupalnesia commented