fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
assigning ids
[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
a01bf29
..
0e3f61f
100644
(file)
--- a/
src/librarian/elements/blocks/nota.py
+++ b/
src/librarian/elements/blocks/nota.py
@@
-4,5
+4,5
@@
from ..base import WLElement
class Nota(WLElement):
CAN_HAVE_TEXT = False
- HTML_TAG = "div"
- HTML_CLASS = "note"
+
EPUB_TAG =
HTML_TAG = "div"
+
EPUB_CLASS =
HTML_CLASS = "note"