From 3fb7435797dd5df88e2964127033a7a60c54c19d Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Fri, 11 Apr 2008 16:04:46 +0000 Subject: [PATCH] Fix weird typo --- results.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/results.php b/results.php index 82317212a..5ca0c9f0d 100644 --- a/results.php +++ b/results.php @@ -112,7 +112,7 @@ $types = array( 'php' => '', 'doc' => '', 'bugs' => '', - 'gtk' => '' + 'gtk' => '' ); foreach($res['ResultSet']['Result'] as $i => $hit) {