fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Content warnings.
[librarian.git]
/
src
/
librarian
/
elements
/
figures
/
ilustr.py
diff --git
a/src/librarian/elements/figures/ilustr.py
b/src/librarian/elements/figures/ilustr.py
index
143132e
..
ee82b08
100644
(file)
--- a/
src/librarian/elements/figures/ilustr.py
+++ b/
src/librarian/elements/figures/ilustr.py
@@
-7,6
+7,6
@@
class Ilustr(WLElement):
def get_html_attr(self, builder):
return {
'src': builder.image_location + self.attrib['src'],
def get_html_attr(self, builder):
return {
'src': builder.image_location + self.attrib['src'],
- 'alt': self.attr['alt'],
- 'title': self.attr['alt'],
+ 'alt': self.attr
ib
['alt'],
+ 'title': self.attr
ib
['alt'],
}
}