diff options
author | Jani Taskinen <jani@php.net> | 2007-11-05 12:44:52 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2007-11-05 12:44:52 +0000 |
commit | 9e235c62ef5e728069abac77d0d36f145d1597c3 (patch) | |
tree | 24767d4bea700fca13cde59fb7e6b2e0a43eb683 /ext/standard/css.c | |
parent | 910972fc934c20af7b85d28d9fa5812de3cd92bc (diff) | |
download | php-git-9e235c62ef5e728069abac77d0d36f145d1597c3.tar.gz |
MFH
Diffstat (limited to 'ext/standard/css.c')
-rw-r--r-- | ext/standard/css.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/standard/css.c b/ext/standard/css.c index 603be3f303..680c3e103f 100644 --- a/ext/standard/css.c +++ b/ext/standard/css.c @@ -21,10 +21,7 @@ #include "php.h" #include "info.h" - -/* {{{ php_info_print_css - */ -PHPAPI void php_info_print_css(TSRMLS_D) +PHPAPI void php_info_print_css(TSRMLS_D) /* {{{ */ { PUTS("body {background-color: #ffffff; color: #000000;}\n"); PUTS("body, td, th, h1, h2 {font-family: sans-serif;}\n"); |