2010-11-11 Steffen Kamper <steffen@typo3.org>
+ * Fixed bug #16361: Javascript returns 'FALSE' instead of 'false' in class.tslib_content.php (Thanks to Krystian Szymukowicz)
* Fixed bug #16307: Remove Workspace Module and Autopublishing from the system extension Version (Thanks to Tolleiv Nietsch)
* Fixed bug #16311: move workspace-selector to sysext workspaces (Thanks to Tolleiv Nietsch)
}
$onClick = "vHWin=window.open('" . $GLOBALS['TSFE']->baseUrlWrap($finalTagParts['url']) .
- "','FEopenLink','" . $JSwindowParams . "');vHWin.focus();return FALSE;";
+ "','FEopenLink','" . $JSwindowParams . "');vHWin.focus();return false;";
$res = '<a href="' . htmlspecialchars($finalTagParts['url']) . '"' .
$target . ' onclick="' . htmlspecialchars($onClick) . '"' .
($title ? ' title="' . $title . '"' : '') .