summaryrefslogtreecommitdiff
path: root/sapi/tux/php_tux.c
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2001-10-09 19:19:21 +0000
committerDerick Rethans <derick@php.net>2001-10-09 19:19:21 +0000
commit27fb33e8b7540befb0aad0ec1e439de8753888b2 (patch)
tree2f3c86df2f25356fdf0c16bf424de6d9419ae019 /sapi/tux/php_tux.c
parent49b44d537f51aa64268758e393f7a1d8b5efbafc (diff)
downloadphp-git-27fb33e8b7540befb0aad0ec1e439de8753888b2.tar.gz
- More <br> to <br /> fixes
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);
}