Closed
Bug 36107
Opened 26 years ago
Closed 25 years ago
view source does not honor newlines
Categories
(Core :: Layout, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: blizzard, Assigned: rickg)
References
()
Details
If you do a view source in a mail message or a plain text file the plain
newlines aren't turned into line breaks. It means that it squishes all the text
for those files together.
Comment 2•26 years ago
|
||
Plain newlines = \n instead of \r\n?
| Reporter | ||
Comment 3•26 years ago
|
||
In this case it's just a \n. I don't know of a test case where it's \r\n.
Comment 4•25 years ago
|
||
This seems to now work for me with a Linux CVS build pulled
recently (May 2nd). I checked the named URL and a couple of
other plain-text ones I happen to know of, and they showed
fine in View Source.
Comment 5•25 years ago
|
||
Checked with build 2000052908 Linux.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•