+2010-05-28 Oliver Hader <oliver@typo3.org>
+
+ * Fixed bug #14503: HTML is shown in sysext belog after the usage of the sprite api for icons (thanks to Andy Grunwald)
+
2010-05-28 Francois Suter <francois@typo3.org>
* Fixed bug: #13315: Scheduler: Failed status hides other statuses
$text .= ' ' . sprintf($GLOBALS['LANG']->getLL('changesInFields'), '<em>' . $newRow['fieldlist'] . '</em>');
$text .= ' <a href="' . htmlspecialchars($GLOBALS['BACK_PATH'] . 'show_rechis.php?sh_uid=' . $newRow['uid'] .
'&returnUrl=' . rawurlencode(t3lib_div::getIndpEnv('REQUEST_URI'))) . '">' .
- t3lib_iconWorks::getSpriteIcon('actions-document-history-open') .
- ' title="' . $GLOBALS['LANG']->getLL('showHistory') . '" alt="" />' .
+ t3lib_iconWorks::getSpriteIcon(
+ 'actions-document-history-open',
+ array('title' => $GLOBALS['LANG']->getLL('showHistory'))
+ ) .
'</a>';
}