diff options
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); } |