Project

General

Profile

« Previous | Next » 

Revision cd2b1e76

Added by Phil Davis over 8 years ago

Status DHCP Leases table row end

Each row of the table needs a tr end, only the last row was getting the tr end.

View differences:

src/usr/local/www/status_dhcp_leases.php
448 448
						<a class="fa fa-trash" title="<?=gettext('Delete lease')?>"	href="status_dhcp_leases.php?deleteip=<?=$data['ip']?>&amp;all=<?=intval($_GET['all'])?>"></a>
449 449
<?php endif; ?>
450 450
					</td>
451
<?php endforeach; ?>
452 451
				</tr>
452
<?php endforeach; ?>
453 453
			</tbody>
454 454
		</table>
455 455
	</div>

Also available in: Unified diff