X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fdisplay_messages.php;h=06e352873e33ff8e0992ea1d0f925baa3e73930c;hb=cdbecc9ebc4c688a76c7fce150e50e39dd06660f;hp=54e9b24329ab3b81675c606c5dfb4c899b05ed8a;hpb=066c374f60e89893a268bd6c9b7d5cb1e9480ad9;p=squirrelmail.git diff --git a/functions/display_messages.php b/functions/display_messages.php index 54e9b243..06e35287 100644 --- a/functions/display_messages.php +++ b/functions/display_messages.php @@ -1,26 +1,33 @@ '; - echo " "; - echo ' '; - echo " '; - echo '
"; - echo '
ERROR
'; - echo '
'; - echo '

' . _("Unknown user or password incorrect.") . '
' . _("Click here to try again") . '.
'; - echo '
'; - echo ''; + + echo '
'. + "". + ''. + "'. + '
". + '
ERROR
'. + '
'. + '

' . _("Unknown user or password incorrect.") . + '
' . + _("Click here to try again") . + '.
'. + '
'. + ''; + } function general_info($motd, $org_logo, $version, $org_name, $color) { @@ -84,4 +91,4 @@ echo ' '; echo ''; } -?> +?> \ No newline at end of file