X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/d04e61819290fc8d6d71b1932c55a774014c1f05..18db48c927f52d497aea34b5d0daf855902367a3:/src/librarian/elements/drama/kwestia.py 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"