Bug #20971 » aboutmodules-hsc.patch
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">
|
- « Previous
- 1
- 2
- Next »