X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/0604bdd5f693da9f1c78f9d9fa2276f0c7b6c17b..refs/tags/23.08:/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 537f7c6..b8a4bd6 100644 --- a/src/librarian/elements/styles/slowo_obce.py +++ b/src/librarian/elements/styles/slowo_obce.py @@ -1,5 +1,9 @@ +# This file is part of Librarian, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Wolne Lektury. See NOTICE for more information. +# from ..base import WLElement class SlowoObce(WLElement): - pass + EPUB_TAG = HTML_TAG = 'em' + EPUB_CLASS = HTML_CLASS = 'foreign-word'