Merge pull request #61 from ianvanness/patch-1
authorGaetano Giunta <giunta.gaetano@gmail.com>
Thu, 18 Jan 2018 09:48:28 +0000 (09:48 +0000)
committerGitHub <noreply@github.com>
Thu, 18 Jan 2018 09:48:28 +0000 (09:48 +0000)
Update mail.php demo failure html tag

demo/client/mail.php

index 9486e09..7ac6e78 100644 (file)
@@ -41,7 +41,7 @@ if (isset($_POST["mailto"]) && $_POST["mailto"]) {
     if (!$resp->faultCode()) {
         print "Mail sent OK<br/>\n";
     } else {
-        print "<fonr color=\"red\">";
+        print "<font color=\"red\">";
         print "Mail send failed<br/>\n";
         print "Fault: ";
         print "Code: " . htmlspecialchars($resp->faultCode()) .