X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/d04e61819290fc8d6d71b1932c55a774014c1f05..ac9ba215113d29655e142f23ab398c5c2765df1e:/src/librarian/elements/drama/kwestia.py?ds=sidebyside diff --git a/src/librarian/elements/drama/kwestia.py b/src/librarian/elements/drama/kwestia.py index 27dca30..c493968 100644 --- a/src/librarian/elements/drama/kwestia.py +++ b/src/librarian/elements/drama/kwestia.py @@ -1,8 +1,11 @@ +# 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 Kwestia(WLElement): CAN_HAVE_TEXT = False - HTML_TAG = "div" - HTML_CLASS = "kwestia" + EPUB_TAG = HTML_TAG = "div" + EPUB_CLASS = HTML_CLASS = "kwestia"