Actions
Bug #16216
closedbaseUrl IE BUG
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Communication
Target version:
-
Start date:
2006-06-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
An IE BUG (all versions) leads to missing baseURL information which effects Javascript:
Cause is tslib/class.tslib_pagegen.php
<base href="'.htmlspecialchars($GLOBALS['TSFE']->baseUrl).'" />';
It can be solved by adding </base> tslib/class.tslib_pagegen.php
<base href="'.htmlspecialchars($GLOBALS['TSFE']->baseUrl).'"></base>';
(issue imported from #M3629)
Actions