projects
/
Packages
/
TYPO3.CMS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b54d064
)
*** empty log message ***
author
Kasper Skårhøj
<kasper@typo3.org>
Thu, 25 Mar 2004 17:06:02 +0000
(17:06 +0000)
committer
Kasper Skårhøj
<kasper@typo3.org>
Thu, 25 Mar 2004 17:06:02 +0000
(17:06 +0000)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@155
709f56b5
-9817-0410-a4d7-
c38de5d9e867
t3lib/class.t3lib_parsehtml_proc.php
patch
|
blob
|
history
diff --git
a/t3lib/class.t3lib_parsehtml_proc.php
b/t3lib/class.t3lib_parsehtml_proc.php
index
ea249ca
..
dd4c46b
100755
(executable)
--- a/
t3lib/class.t3lib_parsehtml_proc.php
+++ b/
t3lib/class.t3lib_parsehtml_proc.php
@@
-638,6
+638,7
@@
class t3lib_parsehtml_proc extends t3lib_parsehtml {
// Split content by the TYPO3 pseudo tag "<LINK>":
$blockSplit = $this->splitIntoBlock('link',$value,1);
foreach($blockSplit as $k => $v) {
+ $error = '';
if ($k%2) { // block:
$tagCode = t3lib_div::trimExplode(' ',trim(substr($this->getFirstTag($v),0,-1)),1);
$link_param = $tagCode[1];