Script.aculo.us: Difference between revisions

Content deleted Content added
Xedret (talk | contribs)
changed the MIME type for JavaScript according to the W3C RFC4329 it must be application/javascript http://www.w3.org/TR/html5/references.html#refsRFC4329
Line 90:
 
<source lang="html4strict">
<script src="javascripts/prototype.js" type="textapplication/javascript"></script>
<script src="javascripts/scriptaculous.js" type="textapplication/javascript"></script>
</source>
 
Line 99:
 
<source lang="html4strict">
<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.3/prototype.js" type="textapplication/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.2/scriptaculous.js" type="textapplication/javascript"></script>
</source>