#614 closed defect (fixed)
Select Form fields doesn't escape ampersands when generating html
| Reported by: | Eric Moritz | Owned by: | Adrian Holovaty |
|---|---|---|---|
| Component: | contrib.admin | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Notice AT&T, it's not escaping the &
<tr><td><label for="id_provider"><strong>Provider:</strong></label></td><td><select id="id_provider" class="vNullSelectField" name="provider" size="1">
<option value="">---------</option>
<option value="8">Alltel</option>
<option value="1">AT&T Wireless</option>
<option value="9">Cellular One</option>
<option value="2">Cingular</option>
<option value="3">Nextel</option>
<option value="4">Qwest Wireless</option>
<option value="5" selected="selected">Sprint PCS</option>
<option value="6">T-Mobile (VoiceStream)</option>
<option value="12">Unicel</option>
<option value="7">Verizon</option>
<option value="11">Virgin Mobile</option>
<option value="10">VoiceStream</option>
</select></td></tr>
Note:
See TracTickets
for help on using tickets.
(In [2321]) Fixed #1357 and #614 -- <select> formfields now escape values