Actions
Bug #17717
closedDeprecated use of language="text/javascript" in function loadJavascriptLib in template.php
Start date:
2007-10-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
<script language="text/javascript"
is deprecated,
<script type="text/javascript"
should be used instead.
This has been triggered as an BE error by svn trunk commit 2608 for at least Firefox 2.0.0.6 and Opera 9.23, where db_alt_navframe.php now use this function.
Effect: The expand / collapse of page-trees stops working, js throws an error "Tree not defined" because tree.js and prototype.js no longer get loaded.
(issue imported from #M6582)
Files
Actions