Closed
Bug 365520
Opened 19 years ago
Closed 19 years ago
attachment/edit has unescaped &
Categories
(Bugzilla :: User Interface, defect)
Bugzilla
User Interface
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: spam, Assigned: spam)
Details
Attachments
(1 file, 1 obsolete file)
1.04 KB,
patch
|
timeless
:
review+
|
Details | Diff | Splinter Review |
'attachment.cgi?id=[% attachment.id %]&action=diff&headers=0';
| <a href="attachment.cgi?id=[% attachment.id %]&action=diff">Diff</a>
| <a href="attachment.cgi?id=[% attachment.id %]&action=delete">Delete</a>
Updated•19 years ago
|
Severity: normal → minor
Assignee | ||
Comment 1•19 years ago
|
||
Attachment #250312 -
Flags: review?
Attachment #250312 -
Flags: review? → review+
Assignee | ||
Updated•19 years ago
|
Flags: approval?
Updated•19 years ago
|
Assignee: ui → bmo2007
Target Milestone: --- → Bugzilla 3.0
Comment 2•19 years ago
|
||
Comment on attachment 250312 [details] [diff] [review]
patch for tip
The first one is inside a <script> element. The contents of <script> are exempt from needing to be escaped. See http://www.w3.org/TR/html401/types.html#type-script
Attachment #250312 -
Flags: review-
Updated•19 years ago
|
Flags: approval?
Comment 3•19 years ago
|
||
Same patch without the script part.
Attachment #250312 -
Attachment is obsolete: true
Updated•19 years ago
|
Attachment #250784 -
Flags: review?(timeless)
Attachment #250784 -
Flags: review?(timeless) → review+
Updated•19 years ago
|
Flags: approval+
Assignee | ||
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•