1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Fix weird typo

This commit is contained in:
Hannes Magnusson
2008-04-11 16:04:46 +00:00
parent 1e16f42cf3
commit 3fb7435797

View File

@@ -112,7 +112,7 @@ $types = array(
'php' => '<img src="'. $php_img_dir .'/logos/php-icon-white.gif" height="32" width="32" style="float:left; margin-left:-40px;"/>',
'doc' => '<img src="'. $php_img_dir .'/logos/php-icon-white.gif" height="32" width="32" style="float:left; margin-left:-40px;"/>',
'bugs' => '<img src="'. $php_img_dir .'/php_bug.gif" height="32" width="32" style="float:left; margin-left:-40px;"/>',
'gtk' => '<img src="http://bjori.php.is/images/logos/php-gtk-white.gif" height="26" width="32" style="float:left; margin-left:-40px;"/>'
'gtk' => '<img src="'. $php_img_dir .'/php-gtk-white.gif" height="26" width="32" style="float:left; margin-left:-40px;"/>'
);
foreach($res['ResultSet']['Result'] as $i => $hit) {