From 7922ebded5b33bbc939fd8f9a656261ba7000897 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 24 Aug 2015 10:56:48 +0200 Subject: [PATCH] tell mobile devices that we are prepared --- pycco-rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycco-rs b/pycco-rs index 2dd50e7..fab890b 100755 --- a/pycco-rs +++ b/pycco-rs @@ -21,7 +21,7 @@ for ext, l in pycco.main.languages.items(): html_src = pycco_resources.html css_marker = '' -custom_css = '' +custom_css = '' html_src = html_src.replace(css_marker, css_marker+custom_css, 1) title_marker = '' -- 2.30.2