Project

General

Profile

Actions

Bug #26757

closed

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

Added by Yves Poersch almost 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 #1

Updated by Chris topher almost 13 years ago

  • Subject changed from stdWrap at Click-to-enlarge is broken to stdWrap for Click-to-enlarge is broken (typo, nobrainer)
  • Target version set to 4.5.3
Actions #2

Updated by Mr. Hudson almost 13 years ago

Patch set 1 of change Ie107fe9d4ddcfe04d341755834c049487e205c2d has been pushed to the review server.
It is available at http://review.typo3.org/2079

Actions #3

Updated by Chris topher almost 13 years ago

  • Status changed from New to Under Review
Actions #4

Updated by Mr. Hudson almost 13 years ago

Patch set 2 of change Ie107fe9d4ddcfe04d341755834c049487e205c2d has been pushed to the review server.
It is available at http://review.typo3.org/2079

Actions #5

Updated by Mr. Hudson almost 13 years ago

Patch set 3 of change Ie107fe9d4ddcfe04d341755834c049487e205c2d has been pushed to the review server.
It is available at http://review.typo3.org/2079

Actions #6

Updated by Mr. Hudson almost 13 years ago

Patch set 4 of change Ie107fe9d4ddcfe04d341755834c049487e205c2d has been pushed to the review server.
It is available at http://review.typo3.org/2079

Actions #7

Updated by Mr. Hudson almost 13 years ago

Patch set 1 of change If5c82e36dab13f85728440e2410bf734df7b727a has been pushed to the review server.
It is available at http://review.typo3.org/2087

Actions #8

Updated by Xavier Perseguers almost 13 years ago

  • Status changed from Under Review to Resolved
  • Assignee set to Xavier Perseguers
Actions #9

Updated by Oliver Hader almost 13 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF