]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-login.php
Bad things are now 'classified' as bad (CSS class 'bad' is being used instead of...
[mailer.git] / inc / modules / guest / what-login.php
index dca4bbdcd4b190298345365a2d5715aa100cbf34..f45d269bced5f62349c3150e6a34dcbd66f633ca 100644 (file)
@@ -125,7 +125,7 @@ if (!empty($errorCode)) {
        // @TODO Move this HTML code into a template
        $content['message'] = '<tr>
   <td colspan="4" align="center">
-    <span class="notice">' . getMessageFromErrorCode($errorCode) . '</span>
+    <span class="bad">' . getMessageFromErrorCode($errorCode) . '</span>
   </td>
 </tr>';
 } // END - if