fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
assign ids over chunks
[librarian.git]
/
src
/
librarian
/
elements
/
figures
/
animacja.py
diff --git
a/src/librarian/elements/figures/animacja.py
b/src/librarian/elements/figures/animacja.py
index
e98fa88
..
a32f9e0
100644
(file)
--- a/
src/librarian/elements/figures/animacja.py
+++ b/
src/librarian/elements/figures/animacja.py
@@
-2,6
+2,8
@@
from ..base import WLElement
class Animacja(WLElement):
class Animacja(WLElement):
+ SHOULD_HAVE_ID = True
+
HTML_TAG = 'div'
HTML_CLASS = "animacja cycle-slideshow"
HTML_ATTR = {
HTML_TAG = 'div'
HTML_CLASS = "animacja cycle-slideshow"
HTML_ATTR = {