Closed
Bug 2437
Opened 26 years ago
Closed 26 years ago
view source broken
Categories
(Core :: DOM: Core & HTML, defect, P2)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
People
(Reporter: phillip, Assigned: rickg)
References
()
Details
build 99011512, all platforms
go to a page with javascript in it. the above url is fine for those at netscape,
for those outside the firewall, look at bug 2363 for a simple testcase.
( http://bugzilla.mozilla.org/show_bug.cgi?id=2363 )
regardless of whether or not javascript is working on your platform, do
a view source. on the page. any thing in a script tag will go from the expected
<script type="text/javascript">document.writeln("I'm a wafflecone!");</script>
to the actual
<script type="text/javascript"></</script>>
i originally thought this was a parser error, but the javascript code runs fine
(at least on mac/winnt4), so i've got a hunch the problem is with view source...
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•