fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wip change fb2 api
[librarian.git]
/
src
/
librarian
/
elements
/
front
/
motto_podpis.py
diff --git
a/src/librarian/elements/front/motto_podpis.py
b/src/librarian/elements/front/motto_podpis.py
index
58fc9db
..
fd0d101
100644
(file)
--- a/
src/librarian/elements/front/motto_podpis.py
+++ b/
src/librarian/elements/front/motto_podpis.py
@@
-1,7
+1,16
@@
+# 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 MottoPodpis(WLElement):
from ..base import WLElement
class MottoPodpis(WLElement):
+ NUMBERING = 'i'
+
HTML_TAG = "p"
HTML_TAG = "p"
- HTML_CLASS = "motto_podpis"
+ HTML_CLASS = "wl motto_podpis"
+
+ EPUB_TAG = "div"
+ EPUB_CLASS = "motto_podpis"
+ FB2_TAG = 'p'