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

index 78415155d516c395936ae8a20573adb49ce00c2b..1663aff43bed7340b68b07d5c8cbff58b74a0ea7 100644 (file)
@@ -327,7 +327,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 4532d8eeac2266e2d6a9fe8aa10b746887206482..944fb9c42c65f5eaf202d5398679ed403177674e 100644 (file)
@@ -366,7 +366,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>"