1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

Add a span for removing phrases or sentences from Manual dump (tested).

This commit is contained in:
windinthew@gmail.com 2014-11-02 09:47:51 +00:00
parent 72038d0e06
commit a0ff55faa9

View File

@ -207,6 +207,7 @@ def monobook_fix_html(doc, page_url):
# Remove noexport
doc = remove_tag(doc, '<div class="noexport"', '</div>', '<div')
doc = remove_tag(doc, '<span class="noexport"', '</span>', '<span')
# Remove editornote
doc = remove_tag(doc, '<div class="editornote"', '</div>', '<div')