From aeef329bff80f4f2b64261e12c631792d6119b2b Mon Sep 17 00:00:00 2001 From: Fernando Date: Mon, 16 Feb 2015 13:08:14 -0200 Subject: [PATCH] Fixes shows with double quotes https://github.com/SiCKRAGETV/sickrage-issues/issues/312#issuecomment-74519161 --- gui/slick/js/newShow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/slick/js/newShow.js b/gui/slick/js/newShow.js index 47d27308..d907c372 100644 --- a/gui/slick/js/newShow.js +++ b/gui/slick/js/newShow.js @@ -68,7 +68,7 @@ $(document).ready(function () { var whichSeries = obj.join('|'); - resultStr += ' '; + resultStr += ' '; if (data.langid && data.langid != "") { resultStr += '' + obj[4] + ''; } else {