Browse Source

- Fix typo (see #44095)

PHP-5.2.1RC1
Johannes Schlüter 18 years ago
parent
commit
c04ac43efa
  1. 2
      php.ini-dist
  2. 2
      php.ini-recommended

2
php.ini-dist

@ -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>"

2
php.ini-recommended

@ -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>"

Loading…
Cancel
Save