* Fixed bug #9771: htmlArea RTE spellchecker not working in TYPO3 4.3-dev
* Fixed bug #9755: Incorrect initialization sequence in class browse_links
* Added feature #9775: htmlArea RTE: additional features for link insertion dialogue
+ * Added feature #9776: htmlArea RTE: enable stdwrap on the image clickEnlarge a-tag
2008-11-11 Oliver Hader <oliver@typo3.org>
* Fixed bug #9771: htmlArea RTE spellchecker not working in TYPO3 4.3-dev
* Added feature #9775: htmlArea RTE: additional features for link insertion dialogue
+ * Added feature #9776: htmlArea RTE: enable stdwrap on the image clickEnlarge tag
2008-10-23 Stanislas Rolland <typo3@sjbr.ca>
if ($this->cObj->parameters['title']) $conf['imageLinkWrap.']['title'] = $this->cObj->parameters['title'];
if ($this->cObj->parameters['alt']) $conf['imageLinkWrap.']['alt'] = $this->cObj->parameters['alt'];
$content = $this->cObj->imageLinkWrap($content,$theImage,$conf['imageLinkWrap.']);
+ $content = $this->cObj->stdWrap($content,$conf['stdWrap.']);
}
}
return $content;