Closed (fixed)
Project:
Nice Menus
Version:
6.x-2.x-dev
Component:
CSS
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2009 at 21:15 UTC
Updated:
14 Apr 2010 at 10:50 UTC
I have a path that a menu item uses with a period in it (e.g. http://drupal.org). The following code could name the class "menu-path-drupal.org". Shouldn't the period be removed?
I see this line:
$clean_path = str_replace(array('http://', '<', '>', '&', '=', '?', ':'), '', $menu_item['link']['href']);
Should '.' be added?
Comments
Comment #1
ppatriotis commentedComment #2
add1sun commentedAdded period to the strip list in HEAD.