fixing broken xhtml
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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&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
|
||||
|
||||
Reference in New Issue
Block a user