strip html before generating cloze

This commit is contained in:
Damien Elmes 2009-06-04 07:07:59 +09:00
parent 4538901d1f
commit 105e9448d3

View file

@ -798,6 +798,7 @@ class FactEditor(object):
return
# create
s = unicode(src.toHtml())
s = stripHTML(s)
def repl(match):
exp = ""
if match.group(2):