Actions
Bug #15909
closedInternal (on page) links corrupted with t3lib_parsehtml::prefixResourcePath()
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Communication
Target version:
-
Start date:
2006-03-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
t3lib_parsehtml::prefixResourcePath() does't work correctly for <a> links with internal (# - onpage) targets:
e.g.
<a href="#content">Skip down to content</a>
will return
<a href="/fileadmin/path/#content">Skip navigation</a>
local target prefixed with current path... Visitor will be redirected somewhere to 404 error, if he clicks link like this, instead of moving forward on the page.
(issue imported from #M3008)
Files
Actions