X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/cfc6a4901346f45284dcf591375f759e7193d561..20c3754739514b710a2e6744c9fd43bcb83c4706:/pycco-rs diff --git a/pycco-rs b/pycco-rs index 072dd2e..fab890b 100755 --- a/pycco-rs +++ b/pycco-rs @@ -21,12 +21,12 @@ for ext, l in pycco.main.languages.items(): html_src = pycco_resources.html css_marker = '' -custom_css = '' -patched_html = html_src.replace(css_marker, css_marker+custom_css, 1) +custom_css = '' +html_src = html_src.replace(css_marker, css_marker+custom_css, 1) title_marker = '