mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove history indication from plugins index
This commit is contained in:
parent
a529c4a5b1
commit
59e471503e
@ -448,7 +448,6 @@ def plugin_to_index(plugin, count):
|
|||||||
'Version: <b>%s</b>' % escape('.'.join(map(str, plugin['version']))),
|
'Version: <b>%s</b>' % escape('.'.join(map(str, plugin['version']))),
|
||||||
'Released: <b>%s</b>' % escape(released),
|
'Released: <b>%s</b>' % escape(released),
|
||||||
'Author: %s' % escape(plugin['author']),
|
'Author: %s' % escape(plugin['author']),
|
||||||
'History: %s' % escape('Yes' if plugin['history'] else 'No'),
|
|
||||||
'calibre: %s' % escape('.'.join(map(str, plugin['minimum_calibre_version']))),
|
'calibre: %s' % escape('.'.join(map(str, plugin['minimum_calibre_version']))),
|
||||||
'Platforms: %s' % escape(', '.join(sorted(plugin['supported_platforms']) or ['all'])),
|
'Platforms: %s' % escape(', '.join(sorted(plugin['supported_platforms']) or ['all'])),
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user