Made all html xhtml 1.0 strict compliant

lowercase tag names, make sure attributes as quoted and don't leave
any unclosed tags. also moved the 'http-equiv refresh' to the head tag
(it isn't allowed in the body)
This commit is contained in:
Anders Betnér
2005-03-03 13:50:57 +00:00
parent c1f455b16f
commit a9785ade36
6 changed files with 135 additions and 133 deletions

View File

@@ -1,13 +1,12 @@
@include hdr.html@
<META HTTP-EQUIV="refresh" content="10">
<h1>Status</h1>
<div class="stx">
@THREADSTAT@
<br>
<br />
@SERVICE-STATUS@
</div>