diff options
author | Johannes Schlüter <johannes@php.net> | 2005-03-01 00:23:31 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2005-03-01 00:23:31 +0000 |
commit | f28e72b06ac43b17dbb33897ff6d2c659a2039db (patch) | |
tree | 5cdf5cc0544a96540e0b8f6cc5a0afc30e5ea35b /php.ini-recommended | |
parent | a4521139dac4167f9b41765bdc211b3c1fc694aa (diff) | |
download | php-git-f28e72b06ac43b17dbb33897ff6d2c659a2039db.tar.gz |
- Change comment: Syntax highlighter uses <span> instead of <font>
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index b771eb6869..aac83bd609 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -272,7 +272,7 @@ disable_functions = disable_classes = ; Colors for Syntax Highlighting mode. Anything that's acceptable in -; <font color="??????"> would work. +; <span style="color: ???????"> would work. ;highlight.string = #DD0000 ;highlight.comment = #FF9900 ;highlight.keyword = #007700 |