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

xiukun.zhou’s picture

Thanks gamesfrager

This problem has been fixed: 7.x-2.x: 1b3d97b.

xiukun.zhou’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.