Cookies required should not look like an error

This commit is contained in:
Marc Delisle
2003-08-09 10:41:24 +00:00
parent befe10f914
commit 9bd29efba4
2 changed files with 5 additions and 1 deletions

View File

@@ -257,7 +257,7 @@ input.textfield {font-family: <?php echo $right_font_family; ?>; font-size: <?ph
exit();
}
?>
<p class="warning"><?php echo $GLOBALS['strCookiesRequired']; ?></p>
<p><?php echo '(' . $GLOBALS['strCookiesRequired'] . ')'; ?></p>
<br />