X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/8df0bad21a18b56933084288320fa35e2a3fce6f..db91f942ce46e3af1420f3469a83257ef5aca4c2:/src/librarian/elements/styles/slowo_obce.py diff --git a/src/librarian/elements/styles/slowo_obce.py b/src/librarian/elements/styles/slowo_obce.py index 3592a1e..5848aa6 100644 --- a/src/librarian/elements/styles/slowo_obce.py +++ b/src/librarian/elements/styles/slowo_obce.py @@ -2,5 +2,5 @@ from ..base import WLElement class SlowoObce(WLElement): - HTML_TAG = 'em' - HTML_CLASS = 'foreign-word' + EPUB_TAG = HTML_TAG = 'em' + EPUB_CLASS = HTML_CLASS = 'foreign-word'