Private GIT

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

Fix the number of columns error in tfoot of the compact view in history.mako


Signed-off-by: default avatarmiigotu <miigotu@gmail.com>
parent f658fe4a
No related branches found
No related tags found
No related merge requests found
......@@ -195,7 +195,7 @@
</tbody>
<tfoot>
<tr>
<th class="nowrap" colspan="7">&nbsp;</th>
<th class="nowrap" colspan="${("6", "7")[sickbeard.USE_SUBTITLES]}">&nbsp;</th>
</tr>
</tfoot>
% endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment