Merge branch 'master' of github.com:gggeek/phpxmlrpc
authorgggeek <giunta.gaetano@gmail.com>
Sat, 20 Jan 2018 14:06:21 +0000 (14:06 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sat, 20 Jan 2018 14:06:21 +0000 (14:06 +0000)
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()) .