Project

General

Profile

Actions

Bug #26757

closed

stdWrap for Click-to-enlarge is broken (typo, nobrainer)

Added by Yves Poersch about 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Should have
Category:
Content Rendering
Target version:
Start date:
2011-05-11
Due date:
% Done:

0%

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

Description

There is a typo at sysext/cms/tslib/class.tslib_content.php @ LINE: 1459 to 1464 (TYPO3 4.5.2)

Original lines:

// Create TARGET-attribute only if the right doctype is used
if (!t3lib_div::inList('xhtml_strict,xhtml_11,xhtml_2', $GLOBALS['TSFE']->xhtmlDoctype)) {
$target = isset($conf['target.'])
? $this-stdWrap($conf['target'], $conf['target.'])
: $conf['target'];

BUG @ LINE 1463

This is not correct:
? $this-stdWrap
It should be
? $this->stdWrap

BR
Yves Poersch

Actions

Also available in: Atom PDF