summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/diag_ping.php6
-rwxr-xr-xusr/local/www/diag_traceroute.php8
2 files changed, 5 insertions, 9 deletions
diff --git a/usr/local/www/diag_ping.php b/usr/local/www/diag_ping.php
index 73771a4..27d9df8 100755
--- a/usr/local/www/diag_ping.php
+++ b/usr/local/www/diag_ping.php
@@ -152,10 +152,8 @@ include("head.inc"); ?>
</td>
</tr>
<tr>
- <td valign="top" colspan="2">
- &nbsp;
- </td>
- <td width="78%">
+ <td width="22%" valign="top">&nbsp;</td>
+ <td width="78%">
<B>NOTE!</B> Multi-wan is not supported from this utility currently.
</td>
</tr>
diff --git a/usr/local/www/diag_traceroute.php b/usr/local/www/diag_traceroute.php
index 1b16a93..b6498c2 100755
--- a/usr/local/www/diag_traceroute.php
+++ b/usr/local/www/diag_traceroute.php
@@ -116,13 +116,11 @@ if (!isset($do_traceroute)) {
</td>
</tr>
<tr>
- <td valign="top" colspan="2">
- &nbsp;
- </td>
- <td width="78%">
+ <td width="22%" valign="top">&nbsp;</td>
+ <td width="78%">
<B>NOTE!</B> Multi-wan is not supported from this utility currently.
</td>
- </tr>
+ </tr>
</table>
</form>
<?php include("fend.inc"); ?>
OpenPOWER on IntegriCloud