Project

General

Profile

Actions

Bug #16929

closed

Templates are not rendered fine

Added by Andreas Balzer almost 18 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-02-01
Due date:
% Done:

0%

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

Description

I use the following code in my template Setup field:
temp.cssie5 = COA
temp.cssie5.20 = HTML
temp.cssie5.20.value (
.someclass {
color:black;
}
#someid {
color:white;
}
) {$teaserbannerlayout}temp.cssie5.300 = TEXT {$teaserbannerlayout}temp.cssie5.300.value (
#someotherid {
color:red;
}
)

Well.. someclass and someid work, but in the Template Object Browser i'll get an error message, that the color property of someotherid can't be parsed by T3. Why does T3 try to render my lower part of the code? It just should print it out.. Any idea on what to do?

(issue imported from #M4904)

Actions

Also available in: Atom PDF