id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
3965,BreadCrumbsNavPlugin produces invalid xhtml (strict),jholg@gmx.de,hasienda,Disclaimer: I'm a newbie on these issues.\r\n\r\nThat said_ Trac seems to produce nice valid xhtml 1.0 strict.\r\nbreadcrumbsplugin breaks this by introducing <lh>Breadcrumbs:<lh>_ with <lh/> not being\r\nallowed as a child of <ul/>\r\n\r\nProposed fix: Change the relevant css portion to \r\n\r\nul#breadcrumbs li:first-child {\r\n    color: #d1d1d1;\r\n}\r\n\r\nand make the "Breadcrumbs:" string appear as a simple <li/> instead of an <lh/>_ but\r\nwith the different color. So the effect should be the very same.\r\nThis seems to work for me with Firefox 2.0.0.6 and also IE 6.\r\nPatch diff attached.\r\n\r\nRegards_\r\nHolger\r\n,defect,closed,normal,BreadCrumbsNavPlugin,major,fixed,xhtml valid,,0.11
