Revision 9ed6c9ac
Added by Warren Baker about 14 years ago
usr/local/www/diag_traceroute.php | ||
---|---|---|
114 | 114 |
</tr> |
115 | 115 |
<tr> |
116 | 116 |
<td valign="top" colspan="2"> |
117 |
<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>
|
|
117 |
<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>
|
|
118 | 118 |
<? if ($do_traceroute) { |
119 | 119 |
echo "<font face='terminal' size='2'>"; |
120 | 120 |
echo("<br><strong>" . gettext("Traceroute output:") . "</strong><br>"); |
... | ... | |
133 | 133 |
<tr> |
134 | 134 |
<td width="22%" valign="top"> </td> |
135 | 135 |
<td width="78%"> |
136 |
<span class="vexpl"><b><?=gettext("Note:");?></b></span><?=gettext("Multi-wan is not supported from this utility currently.");?>
|
|
136 |
<span class="vexpl"><b><?=gettext("Note: ");?></b><?=gettext("Multi-wan is not supported from this utility currently.");?></span>
|
|
137 | 137 |
</td> |
138 | 138 |
</tr> |
139 | 139 |
</table> |
Also available in: Unified diff
Make text cosmetics consistent and close off missing <span/> tag.