projects
/
rust-101.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98765a4
)
fix pycco monkey-patching
author
Ralf Jung
<post@ralfj.de>
Fri, 29 Apr 2016 13:44:54 +0000
(15:44 +0200)
committer
Ralf Jung
<post@ralfj.de>
Fri, 29 Apr 2016 13:44:54 +0000
(15:44 +0200)
pycco-rs
patch
|
blob
|
history
diff --git
a/pycco-rs
b/pycco-rs
index fab890bc88eb3fcd4713b64fffacb0dec15f2c0f..2e10184c26fddfacf198c6f18d3329a718bcda1b 100755
(executable)
--- a/
pycco-rs
+++ b/
pycco-rs
@@
-27,6
+27,6
@@
html_src = html_src.replace(css_marker, css_marker+custom_css, 1)
title_marker = '<title>'
html_src = html_src.replace(title_marker, title_marker + 'Rust-101: ', 1)
-pycco
.main.pycco_template = pycco.main
.template(html_src)
+pycco
_resources.pycco_template = pycco_resources
.template(html_src)
pycco.main.main()