mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user