From c60b6bdb38e9d9fb4dcac5f520c3f41aa4027b2f Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sat, 14 Feb 2015 17:37:35 +0100 Subject: [PATCH] Wrong order of start/end events. My hobby OCD was disturbed. --- EVENTS.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/EVENTS.txt b/EVENTS.txt index 5e6360d1e7..4f4121ac38 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -1472,12 +1472,12 @@ EndHomeStubNavItems: - $out: HTMLOutputter used to output (usually an Action, but not always!) - $items: array of menu items -EndSubMenu: After outputting a submenu (including enclosing tags) to HTML -- $out: HTMLOutputter used to output (usually an Action, but not always!) -- $menu: The Menu object outputted as a submenu. -- $label: Localized text which represents the menu item. - StartSubMenu: Before outputting a submenu (including enclosing tags) to HTML - $out: HTMLOutputter used to output (usually an Action, but not always!) - $menu: The Menu object outputted as a submenu. - $label: Localized text which represents the menu item. + +EndSubMenu: After outputting a submenu (including enclosing tags) to HTML +- $out: HTMLOutputter used to output (usually an Action, but not always!) +- $menu: The Menu object outputted as a submenu. +- $label: Localized text which represents the menu item.