- $term = htmlspecialchars( $term );
authorAndrew Garrett <werdna@users.mediawiki.org>
Wed, 17 Jan 2007 12:19:53 +0000 (12:19 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Wed, 17 Jan 2007 12:19:53 +0000 (12:19 +0000)
commit8da1713151014df197a994c009f3963e6ceb1729
treedf6f4198f5708737676056c6b947f23e1ecbc198
parent51fa22e99859541f435abf18235d8347d1bf4e70
- $term = htmlspecialchars( $term );
+ $term = urlencode( $term );

($terms is used in a URL, and hence should be url-encoded rather than html-encoded)
includes/AjaxFunctions.php