fix series title

as template engine is case sensitive, conditions have to use camelCase.
This commit is contained in:
Milan
2019-07-17 00:08:42 +02:00
parent 79d2d2069d
commit dca397cd13

View File

@@ -42,7 +42,7 @@ var region='<TMPL_VAR loc.region>';
href="series.cgi?project_id=<TMPL_VAR .project_id>&studio_id=<TMPL_VAR .studio_id>&series_id=<TMPL_VAR series_id>&action=show"
>
<b><TMPL_IF has_single_events><TMPL_VAR .loc.single_events><TMPL_ELSE><TMPL_VAR series_name></TMPL_IF></b>
<TMPL_IF TITLE> <br> <TMPL_VAR title></TMPL_IF>
<TMPL_IF title> <br> <TMPL_VAR title></TMPL_IF>
</a>
</TMPL_LOOP>
</div>
@@ -57,7 +57,7 @@ var region='<TMPL_VAR loc.region>';
href="series.cgi?project_id=<TMPL_VAR .project_id>&studio_id=<TMPL_VAR .studio_id>&series_id=<TMPL_VAR series_id>&action=show"
>
<b><TMPL_IF has_single_events><TMPL_VAR .loc.single_events><TMPL_ELSE><TMPL_VAR series_name></TMPL_IF></b>
<TMPL_IF TITLE> <br> <TMPL_VAR title></TMPL_IF>
<TMPL_IF title> <br> <TMPL_VAR title></TMPL_IF>
</a>
</TMPL_LOOP>
</div>