mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1881519 [Private bug](https://bugs.launchpad.net/calibre/+bug/1881519)
This commit is contained in:
parent
efc137db7b
commit
4b159dc9ef
@ -456,7 +456,7 @@ def render_book(container_id, book_id):
|
||||
render_book.title = metadata.title
|
||||
set_title(c, metadata.title)
|
||||
authors = metadata.authors.join(' & ') if metadata.authors else _('Unknown')
|
||||
alt = _('{} by {}\nClick to read').format(metadata.title, authors)
|
||||
alt = _('{} by {}\n\nClick to read').format(metadata.title, authors)
|
||||
bsrgb = get_color_as_rgba('button-start')
|
||||
|
||||
def prev_next_button(is_prev):
|
||||
|
Loading…
x
Reference in New Issue
Block a user