Bug #19769 ยป 10065.diff
typo3/backend.php (working copy) | ||
---|---|---|
}
|
||
$this->js .= '
|
||
Ext.BLANK_IMAGE_URL = "' .
|
||
// t3lib_div::locationHeaderUrl() will include '/typo3/' in the URL
|
||
htmlspecialchars(t3lib_div::locationHeaderUrl('gfx/clear.gif')) .
|
||
'";
|
||
/**
|
||
* Function similar to PHPs rawurlencode();
|
||
*/
|