summaryrefslogtreecommitdiff
path: root/sapi/tux/php_tux.c
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/tux/php_tux.c')
-rw-r--r--sapi/tux/php_tux.c2
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);
}