Fieldset class not being set
lonehorseend - April 18, 2009 - 20:03
| Project: | Protected node |
| Version: | 5.x-1.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
The fieldset class identifying Protected node is not being set, so it is impossible to set the CSS class for the particular fieldset, if one needs to.
This comes from my HTML source:
<fieldset class=" collapsible collapsed">><legend>Protected node</legend>
#1
Ooops, the HTML source code should read:
<fieldset class=" collapsible collapsed"><legend>Protected node</legend>The extra > in the original post was my bad copying and pasting.