mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-04 03:27:00 -05:00 
			
		
		
		
	Fix #4393 (Problems with .epub format)
This commit is contained in:
		
						commit
						5ed1ac7e1a
					
				@ -72,8 +72,8 @@ class PML_HTMLizer(object):
 | 
				
			|||||||
        'ra': ('<span id="r%s"></span><a href="#%s">', '</a>'),
 | 
					        'ra': ('<span id="r%s"></span><a href="#%s">', '</a>'),
 | 
				
			||||||
        'c': ('<div style="text-align: center; margin: auto;">', '</div>'),
 | 
					        'c': ('<div style="text-align: center; margin: auto;">', '</div>'),
 | 
				
			||||||
        'r': ('<div style="text-align: right;">', '</div>'),
 | 
					        'r': ('<div style="text-align: right;">', '</div>'),
 | 
				
			||||||
        't': ('<div style="margin-left: 5%;">', '</div>'),
 | 
					        't': ('<div style="text-indent: 5%;">', '</div>'),
 | 
				
			||||||
        'T': ('<div style="margin-left: %s;">', '</div>'),
 | 
					        'T': ('<div style="text-indent: %s;">', '</div>'),
 | 
				
			||||||
        'i': ('<span style="font-style: italic;">', '</span>'),
 | 
					        'i': ('<span style="font-style: italic;">', '</span>'),
 | 
				
			||||||
        'u': ('<span style="text-decoration: underline;">', '</span>'),
 | 
					        'u': ('<span style="text-decoration: underline;">', '</span>'),
 | 
				
			||||||
        'd': ('<span style="text-decoration: line-through;">', '</span>'),
 | 
					        'd': ('<span style="text-decoration: line-through;">', '</span>'),
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user