Fix docs/hooks.txt syntax for SpecialSearchGoResult
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 12 Jun 2016 16:20:42 +0000 (18:20 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Sun, 12 Jun 2016 16:20:42 +0000 (18:20 +0200)
Use colons after variable name

Follows Iec7171fcf301f1659d852afa87ce271f468177c1

Change-Id: Icf8a2b53b7746a0761fc27477fac19c53a772820

docs/hooks.txt

index 93f84a1..85a5840 100644 (file)
@@ -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.