From: Michael M Slusarz Date: Wed, 29 Jul 2009 20:33:47 +0000 (-0600) Subject: Fix typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=14d244a159032b5ac4aba611adf7db1ba57f4821;p=horde.git Fix typo --- diff --git a/imp/test.php b/imp/test.php index 4b04f1c66..4d7f817c2 100644 --- a/imp/test.php +++ b/imp/test.php @@ -94,7 +94,7 @@ function _doConnectionTest() function _errorMsg($e) { - echo "ERROR - The server returned the following error message:\n" . + echo "ERROR - The server returned the following error message:\n" . '
' . $e->getMessage() . '

'; }