From 8fab43806a1e7eddbab7cc9f240f439184bf09a1 Mon Sep 17 00:00:00 2001 From: Volker E Date: Thu, 19 Mar 2020 16:17:12 -0700 Subject: [PATCH] Remove HTML element dependent notes Bug: T248137 Change-Id: I1a96c007321dd7a54053b7d30781f6467228f934 --- hooks.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hooks.txt b/hooks.txt index 3c31769..76cf520 100644 --- a/hooks.txt +++ b/hooks.txt @@ -1,10 +1,10 @@ Hooks provided by the MonoBook skin. -'MonoBookAfterContent': Called after div#content has been closed but right -before div#column-content is closed. You can use this to inject items (such as +'MonoBookAfterContent': Called after #content has been closed but right +before #column-content is closed. You can use this to inject items (such as ads, for example) from an extension. -'MonoBookAfterToolbox': Called in toolbox() after the toolbox portlet (div#p-tb) +'MonoBookAfterToolbox': Called in toolbox() after the toolbox portlet (#p-tb) has been generated. You can use this to inject items (such as ads or a hit counter, for example) from an extension. This is the MonoBook couterpart to the VectorAfterToolbox hook in the Vector