Merge branch 'work-in-progress' of github.com:gutenbergtools/autocat3 into work-in-progress

Conflicts:
	CoverPages.py
work-in-progress
autocat 2020-05-25 11:33:17 -04:00
commit 4eaa3bcc2f
1 changed files with 1 additions and 2 deletions

View File

@ -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 ('"', '"')