]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Must escape % in printf formated strings
authorAndreas Öman <andreas@lonelycoder.com>
Thu, 6 Jan 2011 22:01:50 +0000 (23:01 +0100)
committerAndreas Öman <andreas@lonelycoder.com>
Thu, 6 Jan 2011 22:02:05 +0000 (23:02 +0100)
src/webui/extjs.c

index 58b9cc819896cbebfb0a2e86d43e89080ef88540..7b5041cb63fad4f7681fd1c200cc8c9448196e59 100644 (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"