diff options
author | Renato Botelho <renato.botelho@bluepex.com> | 2010-08-12 14:17:28 -0300 |
---|---|---|
committer | Renato Botelho <renato.botelho@bluepex.com> | 2010-08-12 14:17:28 -0300 |
commit | c0948c6c129f8ce6386545ef80147007bf96e8c9 (patch) | |
tree | d8c9736c2c86c025d954b5aba7fa28fed385d87e /usr/local/www/diag_traceroute.php | |
parent | 8cc2d7a67cde76523d6d6dbb79fa4ab0bb2f0106 (diff) | |
download | pfsense-c0948c6c129f8ce6386545ef80147007bf96e8c9.zip pfsense-c0948c6c129f8ce6386545ef80147007bf96e8c9.tar.gz |
Just fix some space and tab problems
Diffstat (limited to 'usr/local/www/diag_traceroute.php')
-rwxr-xr-x | usr/local/www/diag_traceroute.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_traceroute.php b/usr/local/www/diag_traceroute.php index 009b2ac..6c9df57 100755 --- a/usr/local/www/diag_traceroute.php +++ b/usr/local/www/diag_traceroute.php @@ -133,7 +133,7 @@ if (!isset($do_traceroute)) { <tr> <td width="22%" valign="top"> </td> <td width="78%"> - <span class="vexpl"><b><?=gettext("Note:");?></b></span><?=gettext("Multi-wan is not supported from this utility currently.");?> + <span class="vexpl"><b><?=gettext("Note:");?></b></span><?=gettext("Multi-wan is not supported from this utility currently.");?> </td> </tr> </table> |