We have some hard-coded absolute links in our menus, and the class names for these menu items are including the periods in the domain, which makes it impossible to use the class for styling - periods getting parsed as separate classes.
The attached patch adds periods to characters that are stripped in theme_nice_menu_build().
| Comment | File | Size | Author |
|---|---|---|---|
| menu_item_class_fix.patch | 688 bytes | breathingrock |
Comments
Comment #1
deviantintegral commentedThis was fixed over at #509714: Period in CSS Class for Paths.