mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
fixing broken xhtml
This commit is contained in:
parent
134f2cc05a
commit
d3cc8d56c6
2 changed files with 5 additions and 2 deletions
|
@ -67,5 +67,7 @@
|
||||||
<input type="hidden" name="chat_sid" value="<?php echo $chat_sid ?>" />
|
<input type="hidden" name="chat_sid" value="<?php echo $chat_sid ?>" />
|
||||||
<input type="hidden" name="chat_message" />
|
<input type="hidden" name="chat_message" />
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -130,9 +130,10 @@
|
||||||
echo "<span class=\"dimmed_text\">$stridle <span name=\"uidles\" id=\"uidle{$chatuser->id}\">$idle</span></span>";
|
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 " <a href=\"users.php?chat_sid=$chat_sid&beep=$chatuser->id\">$strbeep</a>";
|
||||||
echo '</font></p>';
|
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
|
// Support HTTP Keep-Alive by printing Content-Length
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue