cmsu:simpleNavigation Tag Creates Invalid CSS selectors
-------------------------------------------------------
Key: MAGNOLIA-594
URL: http://jira.magnolia.info/browse/MAGNOLIA-594
Project: magnolia wcm
Type: Improvement
Components: taglibs
Versions: 2.1.3
Reporter: Andreas
Assigned to: Boris Kraft
Priority: Minor
CSS selectors like <li class="open trail"> or <li class="active leaf"> are not
valid. There must not be any spaces in the selectorname.
To fix this I removed sourcecode lines #348 - #350 in my local copy of
SimpleNavigationTag.java
/*
if (iterator.hasNext()) {
css.append(" "); //$NON-NLS-1$
}
*/
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------