diff options
Diffstat (limited to 'pages/account/44.php')
-rw-r--r-- | pages/account/44.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/44.php b/pages/account/44.php index 8546c07..02dd164 100644 --- a/pages/account/44.php +++ b/pages/account/44.php @@ -18,7 +18,7 @@ if(array_key_exists('error',$_SESSION['_config']) && $_SESSION['_config']['error'] != "") { ?> - <div color="orange">ERROR: <?=$_SESSION['_config']['error']?></div> + <div style="color: orange;">ERROR: <?=$_SESSION['_config']['error']?></div> <? unset($_SESSION['_config']['error']); } |