Closed
Bug 34872
Opened 25 years ago
Closed 25 years ago
form hidden input values are being stripped of new line characters
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: jaw79, Assigned: asa)
Details
hidden input such as:
<input type="hidden" name="query"
value="/www/data/cu/college/calendar/tables/calendar_groups | userid |
read, checkAll | ~env_userid |">
are being reformatted without new line characters to look like this:
<input type="hidden" name="query"
value="/www/data/cu/college/calendar/tables/calendar_groups | userid |read,
checkAll | ~env_userid |">
Various programs stuff information within hidden fields that rely on new line
characters. Removing them == Bustage
Comment 1•25 years ago
|
||
What build are you using? There are have been many changes.
| Reporter | ||
Comment 2•25 years ago
|
||
*** This bug has been marked as a duplicate of 22707 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•