mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-03 19:17:02 -05: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']))),
 | 
			
		||||
        'Released: <b>%s</b>' % escape(released),
 | 
			
		||||
        'Author: %s' % escape(plugin['author']),
 | 
			
		||||
        'History: %s' % escape('Yes' if plugin['history'] else 'No'),
 | 
			
		||||
        'calibre: %s' % escape('.'.join(map(str, plugin['minimum_calibre_version']))),
 | 
			
		||||
        'Platforms: %s' % escape(', '.join(sorted(plugin['supported_platforms']) or ['all'])),
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user