Skip to content

Commit

Permalink
Bug 381467 - Switch application/x-javascript to application/javascrip…
Browse files Browse the repository at this point in the history
…t; (Cv1) /docshell/resources/content/netError.xhtml.

r=cbiesinger.
  • Loading branch information
Serge Gautherie committed Dec 15, 2009
1 parent 1e57594 commit e592fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docshell/resources/content/netError.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
toolkit/components/places/src/nsFaviconService.h should be updated. -->
<link rel="icon" type="image/png" id="favicon" href="chrome://global/skin/icons/warning-16.png"/>

<script type="application/x-javascript"><![CDATA[
<script type="application/javascript"><![CDATA[
// Error url MUST be formatted like this:
// moz-neterror:page?e=error&u=url&d=desc
//
Expand Down Expand Up @@ -376,7 +376,7 @@
- an onload handler. This is because error pages are loaded as
- LOAD_BACKGROUND, which means that onload handlers will not be executed.
-->
<script type="application/x-javascript">initPage();</script>
<script type="application/javascript">initPage();</script>

</body>
</html>

0 comments on commit e592fbe

Please sign in to comment.