pnbp

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 4dd1dd49fe75db0f918e76c29820ecb55c862044
parent 877b858dded5f6f0de9b535e67472286fc0839cd
Author: Paul Longtine <paullongtine@gmail.com>
Date:   Sun, 17 Aug 2014 20:44:03 -0400

update
Diffstat:
Msrc/core.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core.py b/src/core.py @@ -68,7 +68,7 @@ def runInlineScript(template,page): returns = "" exec(script) - template = template.replace(template[findex-2:index+2],returns) + template = template.replace(template[index-2:index+2],returns) return template