From: Andreas Ă–man Date: Thu, 6 Jan 2011 22:01:50 +0000 (+0100) Subject: Must escape % in printf formated strings X-Git-Tag: 2.99~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48ee984082ed8726bc40466c64a5cc366e31e3cd;p=thirdparty%2Ftvheadend.git Must escape % in printf formated strings --- diff --git a/src/webui/extjs.c b/src/webui/extjs.c index 58b9cc819..7b5041cb6 100644 --- a/src/webui/extjs.c +++ b/src/webui/extjs.c @@ -152,7 +152,7 @@ extjs_root(http_connection_t *hc, const char *remain, void *opaque) "\tpadding:0;\n" "\tborder:0 none;\n" "\toverflow:hidden;\n" - "\theight:100%;\n" + "\theight:100%%;\n" "}\n" "#systemlog {\n" "\tfont:normal 12px courier; font-weight: bold;\n"