diff options
author | Martin Gummi <martin.gummi@gmx.net> | 2014-03-04 15:15:30 +0100 |
---|---|---|
committer | Martin Gummi <martin.gummi@gmx.net> | 2014-03-04 22:16:36 +0100 |
commit | 5609efc520879a2c09e24c8c182eec51f41a2352 (patch) | |
tree | 3e53dd32d10f3775b445f1ec50973537d7243a39 /includes/account_stuff.php | |
parent | 96354f13d97aca8c94110077f047214426c3beac (diff) | |
download | cacert-devel-5609efc520879a2c09e24c8c182eec51f41a2352.tar.gz cacert-devel-5609efc520879a2c09e24c8c182eec51f41a2352.tar.xz cacert-devel-5609efc520879a2c09e24c8c182eec51f41a2352.zip |
bug 1253: Add error_fatale CSS class instead of font tags
Diffstat (limited to 'includes/account_stuff.php')
-rw-r--r-- | includes/account_stuff.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/account_stuff.php b/includes/account_stuff.php index dbebf6a..384954a 100644 --- a/includes/account_stuff.php +++ b/includes/account_stuff.php @@ -268,7 +268,7 @@ function hideall() { <div class="story"> <h3><?=$title2?></h3> <? if($_SESSION['_config']['errmsg'] != "") { ?> -<p><font color="#ff0000" size="+2"><? echo $_SESSION['_config']['errmsg']; $_SESSION['_config']['errmsg'] = ""; ?> </font></p> +<p class="error_fatale"><? echo $_SESSION['_config']['errmsg']; $_SESSION['_config']['errmsg'] = ""; ?></p> <? } ?> <? } |