Skip to content

Commit

Permalink
update with html5 compliant code
Browse files Browse the repository at this point in the history
  • Loading branch information
grandoc committed Jan 17, 2019
1 parent 00706a5 commit badc3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/adherents/subscription/list.php
Expand Up @@ -568,8 +568,8 @@
{
if ($i == 1)
{
if ($num < $limit) print '<td align="left">'.$langs->trans("Total").'</td>';
else print '<td align="left">'.$langs->trans("Totalforthispage").'</td>';
if ($num < $limit) print '<td class="left">'.$langs->trans("Total").'</td>';
else print '<td class="left">'.$langs->trans("Totalforthispage").'</td>';
}
else print '<td></td>';
}
Expand Down

0 comments on commit badc3d6

Please sign in to comment.