From 91c014ac7282cfdba183650b25be79fc9f53319b Mon Sep 17 00:00:00 2001
From: thomasb
Date: Fri, 3 Oct 2008 21:05:58 +0000
Subject: Validate
git-svn-id: https://svn.roundcube.net/trunk@1934 208e9e7b-5314-0410-a742-e7e81cd9613c
---
roundcubemail/installer/test.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/roundcubemail/installer/test.php b/roundcubemail/installer/test.php
index 8af6a6aef..edf77325a 100644
--- a/roundcubemail/installer/test.php
+++ b/roundcubemail/installer/test.php
@@ -281,10 +281,10 @@ if (isset($_POST['sendmail']) && !empty($_POST['_from']) && !empty($_POST['_to']
else {
$RCI->fail('SMTP send', 'Invalid sender or recipient');
}
+
+ echo '
';
}
-echo '';
-
?>