fix apparent typo

This commit is contained in:
ljm42
2018-02-25 15:26:15 -08:00
committed by GitHub
parent 54ab1ba112
commit aa3018adc7

View File

@@ -58,7 +58,7 @@ NTP server 3:
> This is the alternate NTP Server to use if NTP Servers 1 and 2 are both down.
NTP server 4:
: <input type="text" name="NTP_SERVER4" maxlength="80" value="<?=htmlspecialchars($var['NTP_SERVER3'])?>">
: <input type="text" name="NTP_SERVER4" maxlength="80" value="<?=htmlspecialchars($var['NTP_SERVER4'])?>">
> This is the alternate NTP Server to use if NTP Servers 1, 2, and 3 are all down.