Commit: 9429cf5787275a63696e00c76ab1d01c515e11e9 Author: Sobak <[email protected]> Sat, 7 Jun 2014 13:37:16 +0200 Parents: 34bdb24ddc4391d22a273dae0be8523257546c04 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=9429cf5787275a63696e00c76ab1d01c515e11e9 Log: One more message with fixed styling Changed paths: M git-php.php Diff: diff --git a/git-php.php b/git-php.php index 63475e6..eb06e1b 100644 --- a/git-php.php +++ b/git-php.php @@ -170,10 +170,12 @@ if (count($_POST) && (!isset($_POST['purpose']) || !is_array($_POST['purpose']) else { if (count($_POST)) { print <<<EOT -<p class="formerror"> +<div class="warning"> +<p> We could not have said it more clearly. Read everything on this page and look at the form you are submitting carefully. </p> +</div> EOT; } ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
