Project

General

Profile

Actions

Bug #16909

closed

ID 0004312 needs to be reopened due to misunderstanding

Added by Brian Slezak about 17 years ago. Updated about 17 years ago.

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

0%

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

Description

This ticket was closed today and needs to be reopened.

This issue is on the recursive call to stdWrap, within stdWrap, not on the TEXT object as Martin interpreted it.
http://bugs.typo3.org/view.php?id=4312#bugnotes

F.e.

stdWrap.stdWrap.wrap = <span>|</span>

Above will not work without including:
stdWrap.stdWrap = 1

This is on line 3204 of class.tslib_content.php in the 4.0.4 core.

Everywhere else in the code, the check is completed as if( $conf['stdWrap.']), checking for the presence of an stdWrap config array, not a value assigned to stdWrap.

Hope this makes more sense now.

(issue imported from #M4871)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #16611: stdWrap-property in stdWrap doesn't work like expectedClosedMartin Kutschker2006-09-30

Actions
Actions #1

Updated by Michael Stucki about 17 years ago

Martin, please have a look at this issue. If you agree with Brian, then you can just close this one...

Actions #2

Updated by Martin Kutschker about 17 years ago

Fixed in SVN.

Actions

Also available in: Atom PDF