Must escape % in printf formated strings

This commit is contained in:
Andreas Öman 2011-01-06 23:01:50 +01:00
parent 114ac7c3fd
commit 48ee984082

View file

@ -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"