X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/0604bdd5f693da9f1c78f9d9fa2276f0c7b6c17b..deca3e31b94bc7ec95d47c309ff560a097337e97:/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..3592a1e 100644 --- a/src/librarian/elements/styles/slowo_obce.py +++ b/src/librarian/elements/styles/slowo_obce.py @@ -2,4 +2,5 @@ from ..base import WLElement class SlowoObce(WLElement): - pass + HTML_TAG = 'em' + HTML_CLASS = 'foreign-word'