Add a missing colon.

This commit is contained in:
Bharat Mediratta
2008-12-20 02:08:15 +00:00
parent a5a9a79fa6
commit b3b308f369
+1 -1
View File
@@ -7,7 +7,7 @@
<? printf(_("Apache: %s"), apache_get_version()) ?>
</li>
<li>
<? printf(_("PHP %s"), phpversion()) ?>
<? printf(_("PHP: %s"), phpversion()) ?>
</li>
<li>
<? printf(_("MySQL: %s"), mysql_get_server_info()) ?>