From aa580d39bad53188bc9ac7f506cecff22ae33a7d Mon Sep 17 00:00:00 2001 From: "Arun S. Sekher" Date: Sun, 25 Jun 2017 00:32:03 +0400 Subject: [PATCH] Fix html errors - Unclosed element span, Element ul not allowed as child of element ul. --- e107_plugins/online/templates/online_menu_template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_plugins/online/templates/online_menu_template.php b/e107_plugins/online/templates/online_menu_template.php index 30e0024b8..b596118b8 100644 --- a/e107_plugins/online/templates/online_menu_template.php +++ b/e107_plugins/online/templates/online_menu_template.php @@ -93,7 +93,7 @@ $ONLINE_MENU_TEMPLATE['extended']['online_member_newest'] = "{SETIMAGE $ONLINE_MENU_WRAPPER['extended']['ONLINE_GUESTS'] = "
  • ".LAN_ONLINE_1."{---}
  • "; $ONLINE_MENU_WRAPPER['extended']['ONLINE_MEMBERS'] = "
  • ".LAN_ONLINE_2."{---}
  • "; $ONLINE_MENU_WRAPPER['extended']['ONLINE_MEMBERS_LIST'] = ""; -$ONLINE_MENU_WRAPPER['extended']['ONLINE_MEMBERS_LIST_EXTENDED'] = ""; +$ONLINE_MENU_WRAPPER['extended']['ONLINE_MEMBERS_LIST_EXTENDED'] = "
  • "; $ONLINE_MENU_WRAPPER['extended']['ONLINE_ONPAGE'] = "
  • ".LAN_ONLINE_3."{---}
  • "; $ONLINE_MENU_WRAPPER['extended']['ONLINE_MEMBERS_TOTAL'] = "
  • ".LAN_ONLINE_2."{---}
  • "; $ONLINE_MENU_WRAPPER['extended']['ONLINE_MEMBER_NEWEST'] = "
  • ".LAN_ONLINE_6."
  • "; @@ -101,5 +101,5 @@ $ONLINE_MENU_WRAPPER['extended']['ONLINE_MOST'] = "{---}"; +$ONLINE_MENU_WRAPPER['extended']['ONLINE_MEMBERS_REGISTERED'] = "
  • ".LAN_ONLINE_11."{---}
  • "; $ONLINE_MENU_WRAPPER['extended']['ONLINE_MEMBER_PAGE'] = LAN_ONLINE_7." {---}";