]> git.mjollnir.org Git - moodle.git/commitdiff
fixing broken xhtml
authortoyomoyo <toyomoyo>
Mon, 18 Dec 2006 01:56:21 +0000 (01:56 +0000)
committertoyomoyo <toyomoyo>
Mon, 18 Dec 2006 01:56:21 +0000 (01:56 +0000)
mod/chat/gui_header_js/chatinput.php
mod/chat/gui_header_js/users.php

index f39dfe10b490f21e42f952a78abb2e669049bf1e..e488871ad2be347ccf82a260dbb016187b32af35 100644 (file)
@@ -67,5 +67,7 @@
         <input type="hidden" name="chat_sid" value="<?php echo $chat_sid ?>" />
         <input type="hidden" name="chat_message" />
     </form>
+</div>
+</div>
 </body>
 </html>
index ff0929616deb8e5e99423d0d672651076729209c..cae25eec2b7b54020dd69d6867dc0e3a5ced15d5 100644 (file)
         echo "<span class=\"dimmed_text\">$stridle <span name=\"uidles\" id=\"uidle{$chatuser->id}\">$idle</span></span>";
         echo " <a href=\"users.php?chat_sid=$chat_sid&amp;beep=$chatuser->id\">$strbeep</a>";
         echo '</font></p>';
-        echo '<td></tr>';
+        echo '</td></tr>';
     }
-    echo '</table></body></html>';
+    // added 2 </div>s, xhtml strict complaints
+    echo '</table></div></div></body></html>';
 
     //
     // Support HTTP Keep-Alive by printing Content-Length