fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't validate <uwaga> contents
[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
decbff3
..
8fee127
100644
(file)
--- a/
src/librarian/elements/front/motto_podpis.py
+++ b/
src/librarian/elements/front/motto_podpis.py
@@
-2,4
+2,8
@@
from ..base import WLElement
class MottoPodpis(WLElement):
- pass
+ HTML_TAG = "p"
+ EPUB_CLASS = HTML_CLASS = "motto_podpis"
+
+ EPUB_TAG = "div"
+