Project

General

Profile

Actions

Bug #65671

closed

automatically added leading '/' to href-Attribute even if I just want '#'

Added by Jay Dinse about 9 years ago. Updated about 9 years ago.

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?


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #62723: Cache poisoning with prefixLocalAchorsClosed2014-11-05

Actions
Actions

Also available in: Atom PDF