mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Remove the obsolete cellspacing="0" attribute.
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ $token = $_SESSION['token'];
|
||||
</div>
|
||||
<!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
<table id="network-entries" class="table table-striped table-bordered" cellspacing="0" width="100%">
|
||||
<table id="network-entries" class="table table-striped table-bordered" width="100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>IP address</th>
|
||||
|
||||
Reference in New Issue
Block a user