dhcp: for consistency

This commit is contained in:
Franco Fichtner 2022-07-11 12:08:06 +02:00
parent aa86b9d43d
commit 78ddb916d8

View File

@ -473,7 +473,7 @@ include("head.inc");
<?php if ($pdlen >= 0): ?>
<tr>
<td><i class="fa fa-info-circle text-muted"></i> <?=gettext("Available prefix delegation size");?></td>
<td><?= 64 - $pdlen ?></td>
<td><?= 64 - $pdlen ?> <?= gettext('bits') ?></td>
</tr>
<?php endif ?>
<?php endif ?>