I have a page content element on a page. This has the ID 3 and it has a translation. This element is read out with the following Typoscript
lib.marker = RECORDS
lib.marker {
tables=tt_content
source= 3
dontCheckPid = 1
languageField = sys_language_uid
select.languageField = sys_language_uid
}
For the default language everything is OK. But for my additional language I get
<a id="c605"></a>
before the div
I originally wanted is displayed. I looked in the HTML of the page content and there is everything like it should be. Any ideas?
Edit:
Here the content gathered through the TS Object Browser:
[tt_content] = CASE
[key]
[stdWrap]
[innerWrap]
[innerWrap2] = | <p class="csc-linkToTop"><a href="#">{LLL...
[prepend] = TEXT
[dataWrap] = <a id="c{field:_LOCALIZED_UID}"></a>
[if]
[isTrue]
[field] = _LOCALIZED_UID