Changes in CoverPages.py
parent
e7dc0c0116
commit
bbcdf70034
|
@ -56,7 +56,6 @@ class CoverPages (object):
|
|||
short_title = short_title.splitlines()[0]
|
||||
if(title_len>80):
|
||||
short_title = textwrap.wrap(short_title,80)[0]
|
||||
|
||||
s += """<a href="{href}" title="{title}" target="_top"><div class="cover_image">
|
||||
<div class="cover_img"><img src="{url}" alt="{title}" title="{title}" draggable="false">
|
||||
</div><div class="cover_title"><h5>{short_title}</h5></div></div></a>\n""".format (
|
||||
|
|
Loading…
Reference in New Issue