fixing broken xhtml

This commit is contained in:
toyomoyo 2006-12-18 01:56:21 +00:00
parent 134f2cc05a
commit d3cc8d56c6
2 changed files with 5 additions and 2 deletions

View 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>

View file

@ -130,9 +130,10 @@
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