| Title | Breadcrumbs Separator Not XMHTL compliant |
| Date | 17-Apr-2006 07:31:27 EEST |
| Version | v2.3.99 |
| Submitter | Dirk Frederickx |
| Bug criticality | LightBug |
| Browser version | safari |
| Bug status | ClosedBug |
| PageProvider used | |
| Servlet Container | tomcat |
| Operating System | os-x |
| URL | |
| Java version | 1.4.2 |
Breadcrumbs separaor ( > ) is not xhtml compliant
Go to BreadcrumbsTag.java
line 57 : del>>> private String m_separator = " > "; add>>> private String m_separator = " > ";
Gee, the htlm entities get converted, even in triple { view !? Is this ok ?
Second try:
del>>> private String m_separator = " > "; add>>> private String m_separator = " > ";
--DF
Closing this one; the separator has been "," for ages now.