Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/writers.py
diff options
context:
space:
mode:
authorRichard Darst <rkd@zgib.net>2009-07-02 06:07:57 (GMT)
committer Richard Darst <rkd@zgib.net>2009-07-02 06:07:57 (GMT)
commit81b3755094688f098797a6f282fc27121618d7f5 (patch)
tree3f9bd2323aa6575174efcf38107f697aafdd25a9 /writers.py
parent878ea94c09448205b90433c5587354f2ef0ff6bd (diff)
fix bug where html output wasn't substituted
darcs-hash:20090702060757-82ea9-4a07f4b3a2198f8241ac694dcd9f42ba2e3472e4.gz
Diffstat (limited to 'writers.py')
-rw-r--r--writers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/writers.py b/writers.py
index 1411d93..d36c99d 100644
--- a/writers.py
+++ b/writers.py
@@ -222,6 +222,7 @@ class HTML(_BaseWriter):
'ActionItemsPerson': ActionItemsPerson,
'PeoplePresent':PeoplePresent,
})
+ body = body%repl
return body