Skip to content

Commit

Permalink
Update lmo-showstats.php
Browse files Browse the repository at this point in the history
Forgotten spaces in the output
  • Loading branch information
henshingly committed Oct 25, 2023
1 parent 7a56780 commit 3dd9175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lmo/lmo-showstats.php
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
$counteranz0=$counteranz-2;?>
<tr>
<td>&nbsp;</td>
<td colspan="3" align="right"><small><?php echo $text[4015]?><?php echo $counteranz0?><?php echo $text[4016]?></small></td>
<td colspan="3" align="right"><small><?php echo $text[4015]?> <?php echo $counteranz0?> <?php echo $text[4016]?></small></td>
</tr><?php
}
}
Expand All @@ -412,7 +412,7 @@
$counteranz4=$counteranz1-2;?>
<tr>
<td>&nbsp;</td>
<td colspan="3" align="right"><small><?php echo $text[4015]?><?php echo $counteranz4?><?php echo $text[4016]?></small></td>
<td colspan="3" align="right"><small><?php echo $text[4015]?> <?php echo $counteranz4?> <?php echo $text[4016]?></small></td>
</tr><?php
}
}
Expand Down

0 comments on commit 3dd9175

Please sign in to comment.