mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-04 03:27:00 -05:00 
			
		
		
		
	FB2 output: Fix metadata typo.
This commit is contained in:
		
							parent
							
								
									b1486cc5b5
								
							
						
					
					
						commit
						1a88688500
					
				@ -93,7 +93,7 @@ class FB2MLizer(object):
 | 
			
		||||
        
 | 
			
		||||
        if len(author_parts) == 1:
 | 
			
		||||
            author_last = author_parts[0]
 | 
			
		||||
        elif len(author_parts == 2):
 | 
			
		||||
        elif len(author_parts) == 2:
 | 
			
		||||
            author_first = author_parts[0]
 | 
			
		||||
            author_last = author_parts[1]
 | 
			
		||||
        else:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user