Merge branch 'work-in-progress' of github.com:gutenbergtools/autocat3 into work-in-progress
Conflicts: CoverPages.pywork-in-progress
commit
4eaa3bcc2f
|
@ -46,7 +46,6 @@ class CoverPages (object):
|
||||||
url = '/' + row.filename
|
url = '/' + row.filename
|
||||||
href = '/ebooks/%d' % row.pk
|
href = '/ebooks/%d' % row.pk
|
||||||
title = gg.xmlspecialchars (row.title)
|
title = gg.xmlspecialchars (row.title)
|
||||||
title = title.replace('\"','"')
|
|
||||||
#Shortening long titles for latest covers
|
#Shortening long titles for latest covers
|
||||||
short_title = title
|
short_title = title
|
||||||
short_title = short_title.replace ('"', '"')
|
short_title = short_title.replace ('"', '"')
|
||||||
|
|
Loading…
Reference in New Issue