Index: t3lib/class.t3lib_parsehtml_proc.php
===================================================================
--- t3lib/class.t3lib_parsehtml_proc.php (revision 8160)
+++ t3lib/class.t3lib_parsehtml_proc.php (working copy)
@@ -654,7 +654,7 @@
// Creating the TYPO3 pseudo-tag "" for the link (includes href/url, target and class attributes):
// If external attribute is set, keep the href unchanged
$href = $attribArray['external'] ? $attribArray['href'] : $info['url'].($info['query']?',0,'.$info['query']:'');
- $bTag='';
+ $bTag='';
$eTag='';
$blockSplit[$k] = $bTag.$this->TS_links_db($this->removeFirstAndLastTag($blockSplit[$k])).$eTag;
} else { // ... otherwise store the link as a-tag.