Removing ambiguous character
This commit is contained in:
parent
87adb4e14d
commit
6d52c6771f
@ -33,7 +33,7 @@ for ($x = 0; $x <= 3; $x++) {
|
|||||||
echo '</table>';
|
echo '</table>';
|
||||||
|
|
||||||
//Subnets
|
//Subnets
|
||||||
echo '<h3>Identify the following for these CIDR’s:</h3>';
|
echo '<h3>Identify the following for these CIDRs:</h3>';
|
||||||
echo '<table style="width:100%;"><tr><th style="width:150px;">IP/CIDR</th><th style="width:150px;">SM</th><th style="width:150px;">NetID</th><th style="width:150px;">Host Range</th><th style="width:150px;">Broadcast</th><th style="width:150px;">Gateway</th><th style="width:150px;">Increment</th></tr>';
|
echo '<table style="width:100%;"><tr><th style="width:150px;">IP/CIDR</th><th style="width:150px;">SM</th><th style="width:150px;">NetID</th><th style="width:150px;">Host Range</th><th style="width:150px;">Broadcast</th><th style="width:150px;">Gateway</th><th style="width:150px;">Increment</th></tr>';
|
||||||
|
|
||||||
for ($x = 0; $x <= 6; $x++) {
|
for ($x = 0; $x <= 6; $x++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user