fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Basic biblical tools.
[librarian.git]
/
src
/
librarian
/
elements
/
drama
/
miejsce_czas.py
diff --git
a/src/librarian/elements/drama/miejsce_czas.py
b/src/librarian/elements/drama/miejsce_czas.py
index
313109c
..
48e748e
100644
(file)
--- a/
src/librarian/elements/drama/miejsce_czas.py
+++ b/
src/librarian/elements/drama/miejsce_czas.py
@@
-5,8
+5,9
@@
from ..paragraphs import Akap
class MiejsceCzas(Akap):
- SHOULD_HAVE_ID = True
+ NUMBERING = 'i'
+
+ HTML_CLASS = 'wl place-and-time'
EPUB_TAG = "div"
- EPUB_CLASS = HTML_CLASS = 'place-and-time'
-
+ EPUB_CLASS = 'place-and-time'