diff -ur trunk.orig/typo3/template.php trunk/typo3/template.php
--- trunk.orig/typo3/template.php 2007-10-23 23:24:33.000000000 +0200
+++ trunk/typo3/template.php 2007-10-23 23:25:50.000000000 +0200
@@ -1257,7 +1257,7 @@
*/
function loadJavascriptLib($lib) {
if (!isset($this->JScodeLibArray[$lib])) {
- $this->JScodeLibArray[$lib] = '';
+ $this->JScodeLibArray[$lib] = '';
}
}