Limit image size, fixes #4464.
[librarian.git] / src / librarian / elements / styles / indeks_dolny.py
index 5d19a44..774e1e1 100644 (file)
@@ -1,7 +1,10 @@
+# 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 IndeksDolny(WLElement):
     TXT_PREFIX = "_"
 
-    HTML_TAG = "sub"
+    EPUB_TAG = HTML_TAG = "sub"