Closed
Bug 418303
Opened 17 years ago
Closed 17 years ago
Whitespace is getting lost from the addon description
Categories
(addons.mozilla.org Graveyard :: API, defect)
addons.mozilla.org Graveyard
API
Tracking
(Not tracked)
VERIFIED
FIXED
4.0.4
People
(Reporter: mossop, Assigned: laura)
References
()
Details
Attachments
(1 file)
|
840 bytes,
patch
|
lorchard
:
review+
|
Details | Diff | Splinter Review |
Take the result in the url, the description element has little whitespace in it, in particular the newlines are missing from the actual item description which displays in multiple paragraphs on the main site.
| Assignee | ||
Updated•17 years ago
|
Assignee: nobody → laura
| Assignee | ||
Comment 1•17 years ago
|
||
We were stripping all the control characters as the result of an old bug fix. This patch leaves in the control-M (carriage return) which was getting stripped, while continuing to strip all other control characters.
Attachment #347819 -
Flags: review?
| Assignee | ||
Updated•17 years ago
|
Attachment #347819 -
Flags: review? → review?(lorchard)
Comment 2•17 years ago
|
||
Comment on attachment 347819 [details] [diff] [review]
patch to leave newlines in XML results
works for me
Attachment #347819 -
Flags: review?(lorchard) → review+
| Assignee | ||
Comment 3•17 years ago
|
||
In r19719.
Status: NEW → RESOLVED
Closed: 17 years ago
Keywords: push-needed
Resolution: --- → FIXED
Target Milestone: --- → 4.0.4
Comment 4•17 years ago
|
||
Verified FIXED; I had to view source to _see_ the differences between https://preview.addons.mozilla.org/en-US/firefox/api/addon/6543 and https://services.addons.mozilla.org/en-US/firefox/api/addon/6543.
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•