From 97d6590037b36916b3ba7e38da92c102ffb9b465 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 03 Oct 2008 17:05:58 -0400
Subject: [PATCH] Validate

---
 installer/test.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/installer/test.php b/installer/test.php
index 8af6a6a..edf7732 100644
--- a/installer/test.php
+++ b/installer/test.php
@@ -281,9 +281,9 @@
   else {
     $RCI->fail('SMTP send', 'Invalid sender or recipient');
   }
+  
+  echo '</p>';
 }
-
-echo '</p>';
 
 ?>
 

--
Gitblit v1.9.1