Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-10-24 03:22:20 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-10-24 03:22:20 (GMT)
commitf05e1cae24359a9f4b97b9cb5f8194b133b64808 (patch)
treeb5fca2e3506628c5623ae1435905fdfdd8716abb
parent14adf58990a9562d78704c0962d9e499f6ae654f (diff)
fixed broken bullets
-rw-r--r--taexporthtml.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/taexporthtml.py b/taexporthtml.py
index eb63bfd..972f406 100644
--- a/taexporthtml.py
+++ b/taexporthtml.py
@@ -124,6 +124,7 @@ charset=UTF-8\">\n", ""),
d[2:] + \
self.html_glue['h1'][1] + \
self.html_glue['ul'][0]
+ bullets = 6
slidecount += 1
elif d[2:] != "": # process bullets
tmp = self.html_glue['li'][0] + d[2:] + \