Closed
Bug 272608
Opened 20 years ago
Closed 17 years ago
bonsai shows in title
Categories
(Webtools Graveyard :: Bonsai, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Biesinger, Assigned: bear)
References
()
Details
(Keywords: regression)
Attachments
(2 files, 1 obsolete file)
|
22.84 KB,
image/jpeg
|
Details | |
|
499 bytes,
patch
|
cls
:
review+
|
Details | Diff | Splinter Review |
<TITLE>Checkins to directory mozilla/toolkit by cbiesinger%web.de since 2004-02-01&nbsp;00:00 :</TITLE> this & should not be escaped...
Updated•18 years ago
|
QA Contact: timeless → bonsai
Comment 1•18 years ago
|
||
| Assignee | ||
Comment 2•17 years ago
|
||
simple fix to make the not get quoted - the & quoting was a bit too aggressive
Assignee: tara → bear
Status: NEW → ASSIGNED
| Assignee | ||
Updated•17 years ago
|
Attachment #307331 -
Flags: review?(cls)
Comment on attachment 307331 [details] [diff] [review] patch to make html_quote ignore I think a more in-depth fix is required since we're obviously encoding something twice which isn't guaranteed to work. I think the better fix would be to change the date string to not contain the . The only reason I can think of to use is to prevent (or is it to cause?) wrapping.
Attachment #307331 -
Flags: review?(cls) → review-
| Assignee | ||
Comment 4•17 years ago
|
||
(In reply to comment #3) > (From update of attachment 307331 [details] [diff] [review]) > I think a more in-depth fix is required since we're obviously encoding > something twice which isn't guaranteed to work. > > I think the better fix would be to change the date string to not contain the > . The only reason I can think of to use is to prevent (or is it > to cause?) wrapping. > Yep - it was added to prevent the date range from being wrapped so the two dates are on different lines. I don't think we are encoding it twice, the bug is that the & in is being encoded to & when it shouldn't be and generating a string of &nbsp;
| Assignee | ||
Comment 5•17 years ago
|
||
Attachment #307331 -
Attachment is obsolete: true
Attachment #308009 -
Flags: review?(cls)
Comment on attachment 308009 [details] [diff] [review] patch to make html_quote ignore What I meant was that maybe we shouldn't be encoding the in the original date string but I'm not seeing a quick way around that. rs=cls
Attachment #308009 -
Flags: review?(cls) → review+
| Assignee | ||
Comment 7•17 years ago
|
||
patch applied /cvsroot/mozilla/webtools/bonsai/globals.pl,v <-- globals.pl new revision: 1.52; previous revision: 1.51 done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•