Update ePUB tag replacements

This commit is contained in:
Tetrakern 2023-12-17 16:30:57 +01:00
parent 20af0cde39
commit 027c95cc53

View File

@ -192,7 +192,7 @@ if ( ! function_exists( 'fictioneer_fix_tags' ) ) {
'</u>' => '</span>',
'<s>' => '<span class="strike">',
'</s>' => '</span>',
'<tfoot>' => '<tbody>',
'<tfoot' => '<tbody',
'</tfoot>' => '</tbody>'
);