Skip to content

Commit d43d88e

Browse files
committed
Fixed styling of error message
1 parent cb20874 commit d43d88e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

git-php.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32
$_SERVER['BASE_PAGE'] = 'git-php.php';
43
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
54
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/email-validation.inc';
@@ -107,7 +106,7 @@
107106

108107
// Some error was found, while checking or submitting the data
109108
if ($error) {
110-
echo "<p class=\"formerror\">$error</p>";
109+
echo "<div class=\"warning\"><p>$error</p></div>";
111110
}
112111
else {
113112
?>

0 commit comments

Comments
 (0)