We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb20874 commit d43d88eCopy full SHA for d43d88e
git-php.php
@@ -1,5 +1,4 @@
1
<?php
2
-// $Id$
3
$_SERVER['BASE_PAGE'] = 'git-php.php';
4
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
5
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/email-validation.inc';
@@ -107,7 +106,7 @@
107
106
108
// Some error was found, while checking or submitting the data
109
if ($error) {
110
- echo "<p class=\"formerror\">$error</p>";
+ echo "<div class=\"warning\"><p>$error</p></div>";
111
}
112
else {
113
?>
0 commit comments