Merge "Fix docs/hooks.txt syntax for SpecialSearchGoResult"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 13 Jun 2016 14:34:27 +0000 (14:34 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 13 Jun 2016 14:34:27 +0000 (14:34 +0000)
docs/hooks.txt

index a83f9c6..be90bac 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.