[vlc-commits] subsdec: close <font> correctly
Rémi Denis-Courmont
git at videolan.org
Sat Nov 17 19:05:50 CET 2012
vlc/vlc-2.0 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | 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;
More information about the vlc-commits
mailing list