mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 13:17:12 -05:00
When importing SuperMemo XML files, indicate to the BeautifulSoup XML parser that the <br> tag is self-closing. This prevents it from adding a matching </br> for every <br> tag. These extraneous tags resulted in extra newlines in items imported from SuperMemo. While we're at it, fix the same bug for a couple of other self-closing HTML tags. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| anki1.py | ||
| anki2.py | ||
| apkg.py | ||
| base.py | ||
| csvfile.py | ||
| mnemo.py | ||
| noteimp.py | ||
| pauker.py | ||
| supermemo_xml.py | ||