diff options
author | Derick Rethans <derick@php.net> | 2001-10-09 19:19:21 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2001-10-09 19:19:21 +0000 |
commit | 27fb33e8b7540befb0aad0ec1e439de8753888b2 (patch) | |
tree | 2f3c86df2f25356fdf0c16bf424de6d9419ae019 /sapi/tux/php_tux.c | |
parent | 49b44d537f51aa64268758e393f7a1d8b5efbafc (diff) | |
download | php-git-27fb33e8b7540befb0aad0ec1e439de8753888b2.tar.gz |
- More <br> to <br /> fixes
Diffstat (limited to 'sapi/tux/php_tux.c')
-rw-r--r-- | sapi/tux/php_tux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/tux/php_tux.c b/sapi/tux/php_tux.c index 48fb84c86e..ef98903517 100644 --- a/sapi/tux/php_tux.c +++ b/sapi/tux/php_tux.c @@ -342,7 +342,7 @@ static void *separate_thread(void *bla) fd = (int) bla; while (i++ < 5) { - send(fd, "test<br>\n", 9, 0); + send(fd, "test<br />\n", 9, 0); sleep(1); } |