]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fixed stupid typo in charset list change.
authorAdam Sutton <dev@adamsutton.me.uk>
Fri, 12 Oct 2012 12:36:17 +0000 (13:36 +0100)
committerAdam Sutton <dev@adamsutton.me.uk>
Fri, 12 Oct 2012 12:36:17 +0000 (13:36 +0100)
src/webui/static/app/dvb.js

index dac46734a252bac76df066272d8e734de72790f4..a71e7ebb42c00731a9f51e30090c77c47f6f6c51 100644 (file)
@@ -477,7 +477,7 @@ tvheadend.dvb_services = function(adapterId) {
                                                [ 'ISO8859-13', 'ISO8859-13' ],
                                                [ 'ISO8859-14', 'ISO8859-14' ],
                                                [ 'ISO8859-15', 'ISO8859-15' ],
-            [ 'PL_AUTO', 'Polish Fixup' ]
+            [ 'PL_AUTO', 'Polish Fixup' ] ]
                                }),
                                typeAhead : true,
                                lazyRender : true,