Private GIT

Skip to content
Snippets Groups Projects
Commit dabe5608 authored by miigotu's avatar miigotu
Browse files

Merge pull request #2345 from SiCKRAGETV/mako-utf-8

Can't use str() builtin anymore unless absolutely necessary! we are m…
parents 8e3a4136 e75562d4
No related branches found
No related tags found
No related merge requests found
......@@ -463,7 +463,7 @@ $(document).ready(function(){
% endif
<% curSeason = int(epResult["season"]) %>
% endif
<% epLoc = str(epResult["location"]) %>
<% epLoc = epResult["location"] %>
<tr class="${Overview.overviewStrings[epCats[epStr]]} season-${curSeason} seasonstyle">
<td class="col-checkbox">
% if int(epResult["status"]) != UNAIRED:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment