Closed
Bug 316972
(plain_text)
Opened 20 years ago
Closed 19 years ago
plain text not displayed correctly. text: 'asd </ zxc'. firefox 1.0.7 - russion lang
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ilyale, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.7.12) Gecko/20050919 Firefox/1.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.7.12) Gecko/20050919 Firefox/1.0.7
My php script generates some plain text. This text does not displayed correctly only at firefox. For example IE 6 shows it right
Firefox display only chars before '</' symbols
This string:
asd </ zxc
Reproducible: Always
Steps to Reproduce:
1. just create txt file with string 'asd </ zxc' and try to open it by firefox
Actual Results:
firefox display:
asd
instead of IE display:
asd </ zxc
Expected Results:
we should see whole string:
asd </ zxc
Comment 1•20 years ago
|
||
works for in in Firefox 1.5 RC3
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Comment 2•20 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
WFM here as well.
Comment 3•19 years ago
|
||
Resolving as WFM.
You may reopen this if you can provide a reproducible testcase.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•