]> granicus.if.org Git - php/commitdiff
- Fix typo (see #44095)
authorJohannes Schlüter <johannes@php.net>
Mon, 11 Feb 2008 00:01:29 +0000 (00:01 +0000)
committerJohannes Schlüter <johannes@php.net>
Mon, 11 Feb 2008 00:01:29 +0000 (00:01 +0000)
php.ini-dist
php.ini-recommended

index 006ea59495f209d10ef5642026ff6b78be635b80..4b3fb805c2caa14c283478d25428258cc4a1ee75 100644 (file)
@@ -369,7 +369,7 @@ track_errors = Off
 ;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>"
index 41d29569c9af34f3b8f5de3f69268182b233a663..402a4b7b9f63a5257617183403336a18f9507cf3 100644 (file)
@@ -419,7 +419,7 @@ track_errors = Off
 ;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>"