Actions
Bug #23923
closedFLUIDTEMPLATE (cObject) - Not parsing css id ?
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Communication
Target version:
-
Start date:
2010-11-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I hope that i didn't miss any config or did something wrong.
The problem is that the frontend shows code like this:
<div id="c{field:uid}" class="csc-default" ><p class="bodytext"> </p>.....
It still shows typoscript code -> id="c{field:uid}"
My Typoscript:
page = PAGE
page.10 = FLUIDTEMPLATE
page.10 {
file = fileadmin/templates/mytemplate.html
partialRootPath = fileadmin/partials/
layoutRootPath = fileadmin/layouts/
variables {
mycontent = CONTENT
mycontent < styles.content.get
}
}
Template:
<p>{mycontent}<p>
(issue imported from #M16229)
Actions