From: Kunal Mehta Date: Wed, 13 Nov 2013 07:24:27 +0000 (-0800) Subject: Fix false positive in findHooks.php X-Git-Tag: 1.31.0-rc.0~18171 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=8b4ee2bb3b1ffdfee19989ad84cd90d545b0c124;p=lhc%2Fweb%2Fwiklou.git Fix false positive in findHooks.php Use " instead of ', so the script doesn't think it's a hook Change-Id: Idb28a368eee6bcfe70d1d3aa0a89329769d3fa26 --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 864ca27f20..1cd112b53e 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -2852,4 +2852,4 @@ data. Can be used to post-process the results. of values). More hooks might be available but undocumented, you can execute -'php maintenance/findHooks.php' to find hidden ones. +"php maintenance/findHooks.php" to find hidden ones.