Feature #19599 ยป rtehtmlarea_feature_9776.patch
typo3/sysext/rtehtmlarea/pi3/class.tx_rtehtmlarea_pi3.php (copie de travail) | ||
---|---|---|
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;
|