Ticket #190 (new defect-bug)
remove brackets from id and name tags of form/formelements
| Reported by: | vain | Owned by: | |
|---|---|---|---|
| Priority: | minor-leicht | Milestone: | Clansuite 0.2.5 |
| Component: | Core | Version: | Clansuite v0.2a |
| Keywords: | Cc: | ||
| Estimated Number of Hours: | 1.0 | Add Hours to Ticket: | 0 |
| Billable?: | no | Total Hours: | 0.5 |
| Internal?: | no |
Description
Problem:
<textarea id="news_form[news_body]" name="news_form[news_body]" cols="110" rows="30">
Rule:
(Character %1 is not allowed in the value of attr %2) ID and NAME must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits (0-9), hyphens ("-"), underscores ("_"), colons (":"), and periods (".").
Solution:
Convert brackets to underscore. Remove 1 char on right side.
Change History
Note: See
TracTickets for help on using
tickets.
