Index: typo3/template.php =================================================================== --- typo3/template.php (revision 5308) +++ typo3/template.php (working copy) @@ -173,7 +173,7 @@ var $form=''; // This can be set to the HTML-code for a formtag. Useful when you need a form to span the whole page; Inserted exactly after the body-tag. var $JScodeLibArray = array(); // Similar to $JScode (see below) but used as an associative array to prevent double inclusion of JS code. This is used to include certain external Javascript libraries before the inline JS code.