]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
CSS: Fix height %
authorPablo <trujulu@gmail.com>
Mon, 24 Dec 2018 15:14:46 +0000 (16:14 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 2 Jan 2019 14:53:10 +0000 (15:53 +0100)
src/webui/extjs.c

index 1d1f412828709c0e8ae46b4f1a82dff3e7a066ca..775d26be66b3d5edcc9407045fa8a20a495f0c00 100644 (file)
@@ -114,7 +114,7 @@ Ext.onReady(tvheadend.app.init, tvheadend.app);\
                 "\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"