Closed (fixed)
Project:
Counter
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2009 at 12:33 UTC
Updated:
24 Feb 2009 at 13:59 UTC
Hi, I noticed that the counter block looks different than the other blocks in most themes. I changed this line in the module and now it looks ok. Maybe you could implement this in the module by default so that with an update in stays correct ;)
changed from:
$output .= '<ul>';
changed to:
$output .= '<ul class="menu menu-root">';
another alternative could be:
$output .= '<ul class="counterblock">';
Hope this helps
Jan
Comments
Comment #1
FreeFox commentedI saw there were more modules without class nor id so ... it still would be nice but only if all modules would have it.
Ticket closed.