diff options
author | Benny Baumann <BenBE@geshi.org> | 2015-03-03 22:22:07 +0100 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2015-03-03 22:22:07 +0100 |
commit | b037d8ce2fde8ced7ad9c7c5dd0689a9ac42f8d2 (patch) | |
tree | 69433438d0a639e0f5daad5227672750e73762f1 /pages/advertising/1.php | |
parent | 7fd0b20438735aea8206d27517cd72d8bb2310cd (diff) | |
download | cacert-devel-b037d8ce2fde8ced7ad9c7c5dd0689a9ac42f8d2.tar.gz cacert-devel-b037d8ce2fde8ced7ad9c7c5dd0689a9ac42f8d2.tar.xz cacert-devel-b037d8ce2fde8ced7ad9c7c5dd0689a9ac42f8d2.zip |
bug 1253: Added some more places with color:red to use the error indicator style insteadbug-1253
Diffstat (limited to 'pages/advertising/1.php')
-rw-r--r-- | pages/advertising/1.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/advertising/1.php b/pages/advertising/1.php index 5de2ad3..a7c781e 100644 --- a/pages/advertising/1.php +++ b/pages/advertising/1.php @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ ?> -<? global $errmsg, $link, $title, $months; if($errmsg != "") { ?><p style="color:red"><?=$errmsg?></p><? } ?> +<? global $errmsg, $link, $title, $months; if($errmsg != "") { ?><p class="error_fatal"><?=$errmsg?></p><? } ?> <form method="post" action="advertising.php" ACCEPTCHARSET="utf-8"> <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper"> <tr> |