Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taexporthtml.py
diff options
context:
space:
mode:
Diffstat (limited to 'taexporthtml.py')
-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:] + \