Skip to content

Commit

Permalink
Bad css
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 15, 2015
1 parent a66985a commit 11f434d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/admin/tools/listevents.php
Expand Up @@ -289,7 +289,7 @@
if ($num)
{
print '<div class="tabsAction">';
print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?action=purge">'.$langs->trans("Purge").'</a>';
print '<a class="butActionDelete" href="'.$_SERVER["PHP_SELF"].'?action=purge">'.$langs->trans("Purge").'</a>';
print '</div>';
}
}
Expand Down

0 comments on commit 11f434d

Please sign in to comment.