Private GIT

Skip to content
Snippets Groups Projects
Commit 43bcf973 authored by medariox's avatar medariox
Browse files

Fixes visual lacking of external scripts for subtitles

parent 8b092859
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,7 @@ $('#subtitles_dir').fileBrowser({ title: 'Select Subtitles Download Directory' } ...@@ -121,7 +121,7 @@ $('#subtitles_dir').fileBrowser({ title: 'Select Subtitles Download Directory' }
<div class="field-pair"> <div class="field-pair">
<label class="nocheck"> <label class="nocheck">
<span class="component-title">Extra Scripts</span> <span class="component-title">Extra Scripts</span>
<input type="text" name="subtitles_extra_scripts" value="<%'|'.join(sickbeard.SUBTITLES_EXTRA_SCRIPTS)%>" class="form-control input-sm input350" /> <input type="text" name="subtitles_extra_scripts" value="${'|'.join(sickbeard.SUBTITLES_EXTRA_SCRIPTS)}" class="form-control input-sm input350" />
</label> </label>
<label class="nocheck"> <label class="nocheck">
<span class="component-title">&nbsp;</span> <span class="component-title">&nbsp;</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment