[vlc-commits] subsdec: close <font> correctly
Rémi Denis-Courmont
git at videolan.org
Sat Nov 17 19:02:29 CET 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Nov 17 19:55:57 2012 +0200| [744121f4461e064e2f26f406c64c9091c95d5e43] | committer: Rémi Denis-Courmont
subsdec: close <font> correctly
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=744121f4461e064e2f26f406c64c9091c95d5e43
---
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 441f3bd..20e677d 100644
--- a/modules/codec/subsdec.c
+++ b/modules/codec/subsdec.c
@@ -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;
More information about the vlc-commits
mailing list