From: foobar Date: Sat, 9 Mar 2002 00:26:40 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.2.0RC1~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74d82d0cb7347528eed9b130ed5dc385bce7c838;p=php MFH --- diff --git a/main/main.c b/main/main.c index 4dfb199b72..4d7d0b7cf3 100644 --- a/main/main.c +++ b/main/main.c @@ -381,9 +381,13 @@ PHPAPI void php_html_puts(const char *str, uint size TSRMLS_DC) case '&': smart_str_appendl(&s, "&", sizeof("&")-1); break; + +/* Commented out since this is not necessary */ +/* case ' ': - smart_str_appendl(&s, "  ", sizeof("  ")-1); + smart_str_appendl(&s, " ", sizeof(" ")-1); break; +*/ case '\t': smart_str_appendl(&s, "    ", sizeof("    ")-1); break;