Actions
Bug #65671
closedautomatically added leading '/' to href-Attribute even if I just want '#'
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2015-03-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Since I updated from 6.2.5 to 6.2.10, all links that looked this was before
<a class="scroll_to_next" href="#down">next</a>
now have a leading slash in the href attribute
<a class="scroll_to_next" href="/#down">next</a>
which is bad, because I use a jQuery plugin that is looking for the href value '#down' without any leading slash. Is this behavior a bug or a feature? Are there any configuration settings to influence this behavior?
Actions