Revision 8cd558b6
Added by ayvis over 11 years ago
usr/local/www/diag_logs_ntpd.php | ||
---|---|---|
86 | 86 |
<?php printf(gettext("Last %s NTP log entries"), $nentries);?></td> |
87 | 87 |
</tr> |
88 | 88 |
<?php dump_clog($ntpd_logfile, $nentries); ?> |
89 |
<tr><td><br/> |
|
89 |
<tr><td><br />
|
|
90 | 90 |
<form action="diag_logs_ntpd.php" method="post"> |
91 | 91 |
<input name="clear" type="submit" class="formbtn" value="<?=gettext("Clear log"); ?>" /> |
92 | 92 |
</form> |
Also available in: Unified diff
xhtml Compliance
replaced <br>, <br/> and </br> with <br />