diff options
Diffstat (limited to 'installer')
-rw-r--r-- | installer/test.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/test.php b/installer/test.php index 8af6a6aef..edf77325a 100644 --- a/installer/test.php +++ b/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 '</p>'; } -echo '</p>'; - ?> <table> |