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
Branches
Tags
No related merge requests found
......@@ -121,7 +121,7 @@ $('#subtitles_dir').fileBrowser({ title: 'Select Subtitles Download Directory' }
<div class="field-pair">
<label class="nocheck">
<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 class="nocheck">
<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