From de908d3089796ce2434a9cc6823b4443ce90a2ed Mon Sep 17 00:00:00 2001 From: William McBrine Date: Wed, 12 Jun 2013 00:41:14 -0400 Subject: [PATCH] Extend main.css to things like the push results page. --- httpserver.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/httpserver.py b/httpserver.py index 7ac2205..9e20860 100644 --- a/httpserver.py +++ b/httpserver.py @@ -41,7 +41,9 @@ VIDEO_FORMATS_TS = """ BASE_HTML = """ - pyTivo %s """ + pyTivo + + %s """ RELOAD = '

The page will reload in %d seconds.

' UNSUP = '

Unsupported Command

Query:

' -- 2.11.4.GIT