Closed (fixed)
Project:
Nice Menus
Version:
7.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2013 at 18:28 UTC
Updated:
27 May 2013 at 02:21 UTC
After the latest update I notice none of my menu elements were getting highlighted, upon inspection I found the problem line
in nice_menus.module line 478
$class .= 'active-trail'; should be $class .= ' active-trail';
There should be a space before active-trail class
The class was being concatenated with previous classes.
Comments
Comment #1
xiukun.zhou commentedThanks gamesfrager
This problem has been fixed: 7.x-2.x: 1b3d97b.
Comment #2
xiukun.zhou commented