Passed
Push — master ( 8208ab...9cf780 )
by ma
01:42
created
example/sendmail.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -33,9 +33,9 @@
 block discarded – undo
33 33
 $state = $email->sendmail( $mailtitle, $mailcontent, $mailtype);
34 34
 echo "<div style='width:300px; margin:36px auto;'>";
35 35
 if($state==""){
36
-	echo "对不起,邮件发送失败!请检查邮箱填写是否有误。";
37
-	echo "<a href='index.html'>点此返回</a>";
38
-	exit();
36
+    echo "对不起,邮件发送失败!请检查邮箱填写是否有误。";
37
+    echo "<a href='index.html'>点此返回</a>";
38
+    exit();
39 39
 }
40 40
 echo "恭喜!邮件发送成功!!";
41 41
 echo "<a href='index.html'>点此返回</a>";
Please login to merge, or discard this patch.