Project

General

Profile

Actions

Bug #102183

closed

TyposcriptParser breaks with no whitespaces

Added by Georg Ringer 7 months ago. Updated 7 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2023-10-17
Due date:
% Done:

0%

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

Description

having a TS like

page.19 = HMENU
page.19 {
 wrap = <ul>|</ul>
 1 = TMENU
 1.NO.wrapItemAndSub=<li>|</li>
}

breaks and the output is

<ul>
< li<a href="/">Pagesssxsssss</a>
< li<a href="/content-elements">Content Elements</a>
< li<a href="/issues">Issues</a>
</ul>

with

page.19 = HMENU
page.19 {
 wrap = <ul>|</ul>
 1 = TMENU
 1.NO.wrapItemAndSub = <li>|</li>
}

it works fine

<ul>
<li><a href="/">Pagesssxsssss</a></li>
<li><a href="/content-elements">Content Elements</a></li>
<li><a href="/issues">Issues</a></li>
</ul>


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Task #102101: Document potential breaking change with new TypoScript parserClosedMarkus Klein2023-10-06

Actions
Actions

Also available in: Atom PDF