#424 closed defect (fixed)
Minor bug in the HTML template for the Accordion widget
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Basically, src/widget/templates/AccordionPanel.html contains
<div dojoAttachPoint="contentNode"
class="AccordtionPanelContent?"><span>
</span></div>
</div>
I'm thinking that should be Accordion - not Accordtion. Since there is no corresponding entry in AccordionPanel?.css, many people may not have caught it (but I'm using custom CSS, so I did).
Change History (2)
comment:1 Changed 15 years ago by
Milestone: | → 0.3release |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in rev3033.