X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/d04e61819290fc8d6d71b1932c55a774014c1f05..7231c2b5e9364aefd27a0bc8a1033de90bb3d878:/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'