Project

General

Profile

Actions

Bug #15450

closed

Local anchors are prepended with an "c" character, and that breaks functionality.

Added by Allan Jacobsen about 18 years ago. Updated about 18 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Communication
Target version:
-
Start date:
2006-01-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

We have this typoscript code:

lib.anchordata = RECORDS
lib.anchordata.wrap = <ul class="anchordata">|</ul><hr>
lib.anchordata.source.data = register:recordsInTVField
lib.anchordata.tables = tt_content
lib.anchordata.conf.tt_content = TEXT
lib.anchordata.conf.tt_content {
noBlur = 1
fieldRequired = header
value = ยป {field:header}
insertData = 1
trim=1
htmlSpecialChars = 1
wrap = <li>|</li>
typolink.parameter.field = pid
typolink.section.field = uid
typolink.section.wrap = content|
if.isTrue.field = sectionIndex
}
tt_content.stdWrap.dataWrap = <a name="content{field:uid}"></a> |

That works fine in 3.8.0 and 3.8.1, but does not work in ver4 beta1 and 2.
I have not been able to find out where the ekstra "c" in front of "content" comes from.

(issue imported from #M2361)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #14842: Request for new config option prefixLocalAnchorLinks to gain XHTML complianceClosedSebastian Kurfuerst2005-06-27

Actions
Actions #1

Updated by Allan Jacobsen about 18 years ago

Sorry about this, I didn't read bugreport 1243, so I can see this is a feature, and not a bug.
Can someone please close this ?

Actions

Also available in: Atom PDF