Project

General

Profile

Feature #20255 » patch.txt

Administrator Admin, 2009-03-30 20:05

 
### Eclipse Workspace Patch 1.0
#P typo3_src-4.5.x
Index: typo3/sysext/cms/tslib/class.tslib_content.php
===================================================================
--- typo3/sysext/cms/tslib/class.tslib_content.php (revision 10349)
+++ typo3/sysext/cms/tslib/class.tslib_content.php (working copy)
@@ -1508,13 +1508,11 @@
$string = $this->typoLink($string, $conf['linkParams.']);
}
- if(isset($conf['stdWrap.'])) {
- $string = $this->stdWrap($string, $conf['stdWrap.']);
- }
-
- $content = $a1 . $string . $a2;
}
}
+ if(isset($conf['stdWrap.'])) {
+ $content = $a1 . $this->stdWrap($string, $conf['stdWrap.']) . $a2;
+ }
return $content;
}
(1-1/2)