#4299 closed defect (bug) (duplicate)
link widget produces invalid xhtml
Reported by: | whooami | Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | minor | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
'before_widget' => '<li id="%1$s" class="widget %2$s">',
produces invalid xhtml if you have more than 1 category of links due to the usage of
<li id="links" ...
more than once.
Change History (1)
Note: See
TracTickets for help on using
tickets.
#4287