diff options
author | Warren Baker <warren@decoy.co.za> | 2011-06-28 16:22:49 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2011-06-28 16:22:49 +0200 |
commit | 9ed6c9ac73a7610dbc90e063ba665cd9aa569279 (patch) | |
tree | fb6120f18e88bf7320b6c3fe033fe8079de3b6ce /usr | |
parent | 03d7297b79edb65b79a76c9ea56db793bd5bbf94 (diff) | |
download | pfsense-9ed6c9ac73a7610dbc90e063ba665cd9aa569279.zip pfsense-9ed6c9ac73a7610dbc90e063ba665cd9aa569279.tar.gz |
Make text cosmetics consistent and close off missing <span/> tag.
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/diag_traceroute.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_traceroute.php b/usr/local/www/diag_traceroute.php index 6c9df57..91736df 100755 --- a/usr/local/www/diag_traceroute.php +++ b/usr/local/www/diag_traceroute.php @@ -114,7 +114,7 @@ if (!isset($do_traceroute)) { </tr> <tr> <td valign="top" colspan="2"> - <p><span class="vexpl"><span class="red"><b><?=gettext("Note:");?></b></span><?=gettext("Traceroute may take a while to complete. You may hit the Stop button on your browser at any time to see the progress of failed traceroutes.");?><p> + <p><span class="vexpl"><span class="red"><b><?=gettext("Note: ");?></b></span><?=gettext("Traceroute may take a while to complete. You may hit the Stop button on your browser at any time to see the progress of failed traceroutes.");?></span><p> <? if ($do_traceroute) { echo "<font face='terminal' size='2'>"; echo("<br><strong>" . gettext("Traceroute output:") . "</strong><br>"); @@ -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><?=gettext("Multi-wan is not supported from this utility currently.");?></span> </td> </tr> </table> |