From 1820b61a57f155af3d94dad4cdde7ac4cef74a2a Mon Sep 17 00:00:00 2001 From: Denis Pellizzon Date: Sat, 12 Jan 2013 12:28:20 +0100 Subject: [PATCH] Fix #1504 - Set IE8 compatibility mode to fix extjs IE9 issues. Also add missing tag. --- src/webui/extjs.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/webui/extjs.c b/src/webui/extjs.c index d637f384..1012eaa1 100644 --- a/src/webui/extjs.c +++ b/src/webui/extjs.c @@ -88,6 +88,11 @@ extjs_root(http_connection_t *hc, const char *remain, void *opaque) #define EXTJSPATH "static/extjs" htsbuf_qprintf(hq, "\n"); + htsbuf_qprintf(hq, "\n"); + + // Issue #1504 - IE9 temporary fix + htsbuf_qprintf(hq, "\n"); + htsbuf_qprintf(hq, "\n" "\n"