Closed
Bug 504799
Opened 15 years ago
Closed 15 years ago
/> instead of </script> make Firefox bug
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 162653
People
(Reporter: manusnake2000, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; fr; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; fr; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1
Hi,
On this webpage http://secondeguerre.net/temp/essais_kpz/ Firefox can't show the full page, it stops at the citation of George Santayana. This page is actually the same than this one http://secondeguerre.net but for this detail:
On the good one, there is a script for an embedded flash video : "<script type="text/javascript" src="http://affileo.net/pass/js.php?c=CgAAAMQFAABfAQAA&s=p&width=196"></script>"
On the bugging one, the scripts looks like this :
<script type="text/javascript" src="http://affileo.net/pass/js.php?c=CgAAAMQFAABfAQAA&s=p&width=196" />
</script> is just replaced by />. I know that using </script> is better, but Opera (9 & 10), Safari (3&4), Chrome and IE (7&8) show both page without any problem.
I had the same problem on FF 3.0, so this wasn't introduced by 3.5.
Hope you can fix this.
Reproducible: Always
Steps to Reproduce:
1.Insert a javascript element
2.Close it with /> instead of </script>
3.Watch the page bug
Actual Results:
The page doesn't load further than the script.
Expected Results:
Load the full page, like other browsers.
Comment 1•15 years ago
|
||
Content-Type: text/html thus Firefox parses it using the html renderer. XHTML must be sent as application/xhtml+xml or similar mime type.
http://hixie.ch/advocacy/xhtml
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•