aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLouis Vézina <[email protected]>2019-02-04 10:05:38 -0500
committerLouis Vézina <[email protected]>2019-02-04 10:05:38 -0500
commit11ff3b33287efcde1691950048c0e31123d63a1b (patch)
tree8167633520d1336a772715985568a86e0156833e
parent18624f2e34cd9e13a8ad03dff3f3ea991d8fe270 (diff)
downloadbazarr-11ff3b33287efcde1691950048c0e31123d63a1b.tar.gz
bazarr-11ff3b33287efcde1691950048c0e31123d63a1b.zip
Fix for 0cd1d2cbdaa9ce540c023db26f8fea9624e184a8v0.7.1
-rw-r--r--views/wantedmovies.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/wantedmovies.tpl b/views/wantedmovies.tpl
index 57c4ca418..df87d8edd 100644
--- a/views/wantedmovies.tpl
+++ b/views/wantedmovies.tpl
@@ -73,12 +73,12 @@
active = search_active(lang[1])
if active:
%>
- <a data-moviePath="{{row[3]}}" data-sceneName="{{row[5]}}" data-language="{{alpha3_from_alpha2(str(language))}}" data-hi="{{row[4]}}" data-radarrId={{row[2]}} ata-title="{{row[0].replace("'", "\'")}}" class="get_subtitle ui tiny label">
+ <a data-moviePath="{{row[3]}}" data-sceneName="{{row[5]}}" data-language="{{alpha3_from_alpha2(str(language))}}" data-hi="{{row[4]}}" data-radarrId={{row[2]}} data-title="{{row[0].replace("'", "\'")}}" class="get_subtitle ui tiny label">
{{language}}
<i style="margin-left:3px; margin-right:0" class="search icon"></i>
</a>
%else:
- <a data-tooltip="Automatic searching delayed (adaptive search)" data-position="top right" data-inverted="" data-moviePath="{{row[3]}}" data-sceneName="{{row[5]}}" data-language="{{alpha3_from_alpha2(str(language))}}" data-hi="{{row[4]}}" data-radarrId={{row[2]}} ata-title="{{row[0].replace("'", "\'")}}" class="get_subtitle ui tiny label">
+ <a data-tooltip="Automatic searching delayed (adaptive search)" data-position="top right" data-inverted="" data-moviePath="{{row[3]}}" data-sceneName="{{row[5]}}" data-language="{{alpha3_from_alpha2(str(language))}}" data-hi="{{row[4]}}" data-radarrId={{row[2]}} data-title="{{row[0].replace("'", "\'")}}" class="get_subtitle ui tiny label">
{{language}}
<i style="margin-left:3px; margin-right:0" class="search red icon"></i>
</a>