+2007-02-15 Thorsten Kahler <thorsten.kahler@dkd.de>
+
+ * Fix: Display description of options in install tool correctly
+
2007-02-14 Bernhard Kraft <kraftb@kraftb.at>
* Added hook: New hook in t3lib_tceforms in method getSingleField allowing modification of single field rendering and adding buttons to alt_doc.php
if (!is_array($value) && ($this->checkForBadString($value) || $isTextarea)) {
$k2 = '['.$vk.']';
- $msg = $description.'<br /><br /><em>'.$ext.$k2.' = '.htmlspecialchars(t3lib_div::fixed_lgd($value,60)).'</em><br />';
+ $msg = htmlspecialchars($description).'<br /><br /><em>'.$ext.$k2.' = '.htmlspecialchars(t3lib_div::fixed_lgd($value,60)).'</em><br />';
if ($isTextarea) {
$form = '<textarea name="TYPO3_INSTALL[extConfig]['.$k.']['.$vk.']" cols="60" rows="5" wrap="off">'.htmlspecialchars($value).'</textarea>';