Project

General

Profile

Actions

Bug #17356

closed

TypoScript IF has no effect on HTML objects

Added by Christian Zehaczek almost 17 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
Start date:
2007-06-05
Due date:
% Done:

0%

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

Description

Hi all,
please see the following TS examples:

10 = HTML
10.value = Some Content...
10.if.value = odd
10.if.equals = even

Does not work: The HTML is rendered!

10 = TEXT
10.value = Some Content...
10.if.value = odd
10.if.equals = even

This works: The TEXT is NOT rendered.

10 = COA
10.10 = HTML
10.10.value = Some Content...
10.if.value = odd
10.if.equals = even

This works again, because the whole COA fails the if. The HTML is NOT rendered.

I am sure that the first one should also work, right?

- Christian

(issue imported from #M5738)

Actions

Also available in: Atom PDF