Project

General

Profile

Actions

Bug #16611

closed

stdWrap-property in stdWrap doesn't work like expected

Added by Irene Höppner over 17 years ago. Updated about 17 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
Start date:
2006-09-30
Due date:
% Done:

0%

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

Description

If you do something like this:

page.5 = TEXT
page.5.stdWrap.wrap = <div> | </div>

the wrap is beeing ignored.

The reason is the function call in class.tslib_content.php, line 3204:
if ($conf['stdWrap']) { $content=$this->stdWrap($content,$conf['stdWrap.']); }

It should be

if (isset($conf['stdWrap.'])) { $content=$this->stdWrap($content,$conf['stdWrap.']); }

The way it is now, you need something like
page.5.stdwrap = sldfjkls
to get the recursive stdWrap working, which makes no sense.

I guess the problem exists since the introduction of this property, which was 3.6 or 3.8.
(issue imported from #M4312)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #16909: ID 0004312 needs to be reopened due to misunderstandingClosedMartin Kutschker2007-01-26

Actions
Actions

Also available in: Atom PDF