Fix typo
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 29 Jul 2009 20:33:47 +0000 (14:33 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 29 Jul 2009 20:33:47 +0000 (14:33 -0600)
imp/test.php

index 4b04f1c..4d7f817 100644 (file)
@@ -94,7 +94,7 @@ function _doConnectionTest()
 
 function _errorMsg($e)
 {
-    echo "<span style="color:red">ERROR</span> - The server returned the following error message:\n" .
+    echo "<span style=\"color:red\">ERROR</span> - The server returned the following error message:\n" .
         '<pre>' . $e->getMessage() . '</pre><p />';
 }