Must escape % in printf formated strings
This commit is contained in:
parent
114ac7c3fd
commit
48ee984082
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue