mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
liberation recipe: Add missing space in date format
This commit is contained in:
parent
6b6fcf6e5a
commit
d796bb25f2
@ -34,7 +34,7 @@ def json_to_html(raw):
|
||||
|
||||
auth = '<p class="auth">{}</p>\n'
|
||||
dt = datetime.fromisoformat(data['last_updated_date'][:-1]) + timedelta(seconds=time.timezone)
|
||||
dt = dt.strftime(m_fr[dt.month] + '%d, %Y')
|
||||
dt = dt.strftime(m_fr[dt.month] + ' %d, %Y')
|
||||
a = [x['name'] for x in data['credits']['by']]
|
||||
if a:
|
||||
auth = auth.format(', '.join(a) + ' | ' + dt)
|
||||
|
Loading…
x
Reference in New Issue
Block a user