diff options
-rwxr-xr-x | usr/local/www/diag_ping.php | 6 | ||||
-rwxr-xr-x | usr/local/www/diag_traceroute.php | 8 |
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"> - - </td> - <td width="78%"> + <td width="22%" valign="top"> </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"> - - </td> - <td width="78%"> + <td width="22%" valign="top"> </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"); ?> |