]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Add missing !DOCTYPE html
authorPablo <trujulu@gmail.com>
Mon, 24 Dec 2018 15:21:41 +0000 (16:21 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 2 Jan 2019 14:53:10 +0000 (15:53 +0100)
src/webui/extjs.c

index 775d26be66b3d5edcc9407045fa8a20a495f0c00..1246ed4f872cd433a3bc96e191f1982caf52a744 100644 (file)
@@ -84,6 +84,7 @@ extjs_root(http_connection_t *hc, const char *remain, void *opaque)
 {
   htsbuf_queue_t *hq = &hc->hc_reply;
 
+  htsbuf_append_str(hq, "<!DOCTYPE html>\n");
   htsbuf_append_str(hq, "<html>\n");
   htsbuf_append_str(hq, "<head>\n");