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:
parent
72038d0e06
commit
a0ff55faa9
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user