Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
URL-Fix for IPv4- and IPv6-Only
  • Loading branch information
kastius authored Oct 13, 2018
1 parent 118eaed commit 0b8485d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<br />
<table id="ipv4_table">
<tr>
<th colspan="2" id="ipv4_head">IPv4</th>
<th colspan="2" id="ipv4_head">--&gt;&nbsp;<a href=http://v4.dns-zone.net>IPv4</a>&nbsp;&lt;--</th>
<tr>
<tr>
<td class="right">IP:</td>
Expand All @@ -44,7 +44,7 @@
</table>
<table id="ipv6_table" style="display: none;">
<tr>
<th colspan="2" id="ipv6_head">--&gt;&nbsp;IPv6&nbsp;&lt;--</th>
<th colspan="2" id="ipv6_head">--&gt;&nbsp;<a href=http://v6.dns-zone.net>IPv6</a>&nbsp;&lt;--</th>
<tr>
<td class="right">IP:</td>
<td id="ipv6_ip" class="left"></td>
Expand Down

0 comments on commit 0b8485d

Please sign in to comment.