updating gatherer output
fixed outdated HTML code when using Gatherer flag
This commit is contained in:
parent
68b512a7e7
commit
28c765719e
1 changed files with 1 additions and 1 deletions
|
@ -655,7 +655,7 @@ class Card:
|
|||
#force for_html to false to create tootip with forum spoiler
|
||||
outstr += ('<div class="hover_img"><a href="#">[F]</a> <span><p>'
|
||||
+ self.format(gatherer=gatherer, for_forum=for_forum, for_html=False, vdump=vdump).replace('\n', '<br>')
|
||||
+ '</p></span></div>')
|
||||
+ '</p></span></div><a href="#top" style="float: right;">back to top</a>')
|
||||
|
||||
if vdump:
|
||||
if not self.parsed:
|
||||
|
|
Loading…
Reference in a new issue