Commit 744121f4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

subsdec: close <font> correctly

parent 75567279
......@@ -989,7 +989,7 @@ static char *CreateHtmlSubtitle( int *pi_align, char *psz_subtitle )
HtmlPut( &psz_html, "</s>" );
break;
case 'f':
HtmlPut( &psz_html, "/font>" );
HtmlPut( &psz_html, "</font>" );
break;
case 'I':
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment