⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (693 Bytes)
Bug #18053
ยป patch.txt
Administrator Admin, 2008-01-25 15:13
### 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/1)
Loading...