From: Ian Van Ness Date: Thu, 18 Jan 2018 03:45:44 +0000 (-0800) Subject: Update mail.php demo failure html tag X-Git-Tag: 4.3.1~5^2^2 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=14d751affbd67ae17751d25781b7995bc259585d Update mail.php demo failure html tag use proper opening tag for fail condition --- diff --git a/demo/client/mail.php b/demo/client/mail.php index 9486e09..7ac6e78 100644 --- a/demo/client/mail.php +++ b/demo/client/mail.php @@ -41,7 +41,7 @@ if (isset($_POST["mailto"]) && $_POST["mailto"]) { if (!$resp->faultCode()) { print "Mail sent OK
\n"; } else { - print ""; + print ""; print "Mail send failed
\n"; print "Fault: "; print "Code: " . htmlspecialchars($resp->faultCode()) .