Ticket #199 (closed defect: fixed)
forms requires fieldset element in template
| Reported by: | bruno | Owned by: | freya |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.4 |
| Component: | < Builder Logic | Version: | trunk |
| Keywords: | Cc: |
Description
When doing custom templating for a form, you always have to write
<form>
<fieldset>
...
</fieldset>
</form>
IIRC this was not needed when I was doing some forms some months ago.
If there is no good reason for this <fieldset> requirement (which of course has a visual impact too), I'd like it to be dropped.
Change History
Note: See
TracTickets for help on using
tickets.
related (or in contradiction even?) with formarly reported #164