Project

General

Profile

Bug #20971 » aboutmodules-hsc.patch

Administrator Admin, 2009-09-01 16:48

View differences:

typo3/class.alt_menu_functions.inc (working copy)
// For "About modules":
$moduleLabel = htmlspecialchars($LANG->moduleLabels['labels'][$subKey.'label']);
$moduleLabelHtml = !empty($moduleLabel) ? '<strong>' . $moduleLabel . '</strong><br />' : '';
$moduleDescription = htmlspecialchars($LANG->moduleLabels['labels'][$subKey.'descr']);
$moduleDescription = $LANG->moduleLabels['labels'][$subKey.'descr'];
$descrCode.='
<tr class="c-subitem-row">
(2-2/2)