fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
New EPUB builder, other minor changes.
[librarian.git]
/
src
/
librarian
/
elements
/
front
/
motto.py
diff --git
a/src/librarian/elements/front/motto.py
b/src/librarian/elements/front/motto.py
index
98c7334
..
7f23ea6
100644
(file)
--- a/
src/librarian/elements/front/motto.py
+++ b/
src/librarian/elements/front/motto.py
@@
-5,5
+5,5
@@
class Motto(WLElement):
TXT_LEGACY_TOP_MARGIN = 4
TXT_LEGACY_BOTTOM_MARGIN = 2
- HTML_TAG = "div"
- HTML_CLASS = "motto"
+
EPUB_TAG =
HTML_TAG = "div"
+
EPUB_CLASS =
HTML_CLASS = "motto"