From 48ee984082ed8726bc40466c64a5cc366e31e3cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Thu, 6 Jan 2011 23:01:50 +0100 Subject: [PATCH] Must escape % in printf formated strings --- src/webui/extjs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/extjs.c b/src/webui/extjs.c index 58b9cc81..7b5041cb 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"