summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development4
1 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-development b/php.ini-development
index 7ed324f857..e9b505c7fe 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -566,13 +566,13 @@ html_errors = On
; this setting blank.
; http://php.net/error-prepend-string
; Example:
-;error_prepend_string = "<font color=#ff0000>"
+;error_prepend_string = "<span style='color: #ff0000'>"
; String to output after an error message. PHP's default behavior is to leave
; this setting blank.
; http://php.net/error-append-string
; Example:
-;error_append_string = "</font>"
+;error_append_string = "</span>"
; Log errors to specified file. PHP's default behavior is to leave this value
; empty.