mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Bugtracker #5122 - convert to entities in some areas for W3C compatibility
This commit is contained in:
@@ -45,7 +45,10 @@ $rc->mode = "new_menu";
|
|||||||
$text = $rc->displayMenu();
|
$text = $rc->displayMenu();
|
||||||
|
|
||||||
$caption = varsettrue($rc->list_pref[$rc->mode."_caption"], LIST_MENU_1);
|
$caption = varsettrue($rc->list_pref[$rc->mode."_caption"], LIST_MENU_1);
|
||||||
|
$caption = $rc->e107->tp->toHtml($caption, FALSE, 'USER_TITLE');
|
||||||
|
$text = $rc->e107->tp->toHtml($caption, TRUE, 'USER_BODY');
|
||||||
$rc->e107->ns->tablerender($caption, $text, 'list_new');
|
$rc->e107->ns->tablerender($caption, $text, 'list_new');
|
||||||
|
unset($caption);
|
||||||
unset($text);
|
unset($text);
|
||||||
|
|
||||||
?>
|
?>
|
@@ -45,7 +45,10 @@ $rc->mode = "recent_menu";
|
|||||||
$text = $rc->displayMenu();
|
$text = $rc->displayMenu();
|
||||||
|
|
||||||
$caption = varsettrue($rc->list_pref[$rc->mode."_caption"], LIST_MENU_1);
|
$caption = varsettrue($rc->list_pref[$rc->mode."_caption"], LIST_MENU_1);
|
||||||
|
$caption = $rc->e107->tp->toHtml($caption, FALSE, 'USER_TITLE');
|
||||||
|
$text = $rc->e107->tp->toHtml($caption, TRUE, 'USER_BODY');
|
||||||
$rc->e107->ns->tablerender($caption, $text, 'list_recent');
|
$rc->e107->ns->tablerender($caption, $text, 'list_recent');
|
||||||
|
unset($caption);
|
||||||
unset($text);
|
unset($text);
|
||||||
|
|
||||||
?>
|
?>
|
Reference in New Issue
Block a user