From bf2c81a694a9b40cb965c0d5e5b93828131e272c Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sun, 12 Jun 2016 18:20:42 +0200 Subject: [PATCH] Fix docs/hooks.txt syntax for SpecialSearchGoResult Use colons after variable name Follows Iec7171fcf301f1659d852afa87ce271f468177c1 Change-Id: Icf8a2b53b7746a0761fc27477fac19c53a772820 --- docs/hooks.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/hooks.txt b/docs/hooks.txt index 93f84a1b5a..85a5840f07 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -2993,9 +2993,9 @@ $t: title object searched for canceled and a normal search will be performed. Returning true without setting $url does a standard redirect to $title. Setting $url redirects to the specified URL. -$term - The string the user searched for -$title - The title the 'go' feature has decided to forward the user to -&$url - Initially null, hook subscribers can set this to specify the final url to redirect to +$term: The string the user searched for +$title: The title the 'go' feature has decided to forward the user to +&$url: Initially null, hook subscribers can set this to specify the final url to redirect to 'SpecialSearchNogomatch': Called when user clicked the "Go" button but the target doesn't exist. -- 2.20.1