From d3cc8d56c6e8a8898bae761036cce2745287bf6a Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Mon, 18 Dec 2006 01:56:21 +0000 Subject: [PATCH] fixing broken xhtml --- mod/chat/gui_header_js/chatinput.php | 2 ++ mod/chat/gui_header_js/users.php | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/mod/chat/gui_header_js/chatinput.php b/mod/chat/gui_header_js/chatinput.php index f39dfe10b4..e488871ad2 100644 --- a/mod/chat/gui_header_js/chatinput.php +++ b/mod/chat/gui_header_js/chatinput.php @@ -67,5 +67,7 @@ + + diff --git a/mod/chat/gui_header_js/users.php b/mod/chat/gui_header_js/users.php index ff0929616d..cae25eec2b 100644 --- a/mod/chat/gui_header_js/users.php +++ b/mod/chat/gui_header_js/users.php @@ -130,9 +130,10 @@ echo "$stridle id}\">$idle"; echo " id\">$strbeep"; echo '

'; - echo ''; + echo ''; } - echo ''; + // added 2 s, xhtml strict complaints + echo ''; // // Support HTTP Keep-Alive by printing Content-Length -- 2.39.5