diff options
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> |