johannes Mon Feb 11 00:00:49 2008 UTC Modified files: /php-src php.ini-dist php.ini-recommended Log: - Fix typo (see #44095) http://cvs.php.net/viewvc.cgi/php-src/php.ini-dist?r1=1.270&r2=1.271&diff_format=u Index: php-src/php.ini-dist diff -u php-src/php.ini-dist:1.270 php-src/php.ini-dist:1.271 --- php-src/php.ini-dist:1.270 Fri Sep 28 02:04:28 2007 +++ php-src/php.ini-dist Mon Feb 11 00:00:48 2008 @@ -327,7 +327,7 @@ ;docref_ext = .html ; String to output before an error message. -;error_prepend_string = "<font color=ff0000>" +;error_prepend_string = "<font color=#ff0000>" ; String to output after an error message. ;error_append_string = "</font>" http://cvs.php.net/viewvc.cgi/php-src/php.ini-recommended?r1=1.220&r2=1.221&diff_format=u Index: php-src/php.ini-recommended diff -u php-src/php.ini-recommended:1.220 php-src/php.ini-recommended:1.221 --- php-src/php.ini-recommended:1.220 Fri Sep 28 02:04:28 2007 +++ php-src/php.ini-recommended Mon Feb 11 00:00:48 2008 @@ -366,7 +366,7 @@ ;docref_ext = .html ; String to output before an error message. -;error_prepend_string = "<font color=ff0000>" +;error_prepend_string = "<font color=#ff0000>" ; String to output after an error message. ;error_append_string = "</font>"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php