fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rel
[librarian.git]
/
src
/
librarian
/
elements
/
blocks
/
nota.py
diff --git
a/src/librarian/elements/blocks/nota.py
b/src/librarian/elements/blocks/nota.py
index
c38021d
..
0e3f61f
100644
(file)
--- a/
src/librarian/elements/blocks/nota.py
+++ b/
src/librarian/elements/blocks/nota.py
@@
-3,3
+3,6
@@
from ..base import WLElement
class Nota(WLElement):
CAN_HAVE_TEXT = False
class Nota(WLElement):
CAN_HAVE_TEXT = False
+
+ EPUB_TAG = HTML_TAG = "div"
+ EPUB_CLASS = HTML_CLASS = "note"