Remove trailing spacing for Check all link text

Signed-off-by: Joshua Atkins <support@jublo.net>
This commit is contained in:
Joshua Atkins 2017-02-11 17:03:00 +01:00
parent d4483ea250
commit ae7923177b

View File

@ -2,6 +2,6 @@
width="38" height="22" alt="<?= __('With selected:') ; ?>" />
<input type="checkbox" id="<?= $formName . '_checkall' ; ?>" class="checkall_box"
title="<?= __('Check all') ; ?>" />
<label for="<?= $formName . '_checkall'?>"> <?= __('Check all') ;?> </label>
<label for="<?= $formName . '_checkall'?>"><?= __('Check all') ;?></label>
<i style="margin-left: 2em">
<?= __('With selected:') ; ?> </i>