vlc/vlc-2.0 | branch: master | Rémi Denis-Courmont <[email protected]> | Sat Nov 17 19:55:57 2012 +0200| [e5075a80e1000eca63076c8a657262feb2579e02] | committer: Rémi Denis-Courmont
subsdec: close <font> correctly (cherry picked from commit 744121f4461e064e2f26f406c64c9091c95d5e43) > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=e5075a80e1000eca63076c8a657262feb2579e02 --- modules/codec/subsdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/codec/subsdec.c b/modules/codec/subsdec.c index 73d6c64..e44190b 100644 --- a/modules/codec/subsdec.c +++ b/modules/codec/subsdec.c @@ -998,7 +998,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; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
