diff options
-rw-r--r-- | openntpd-settings-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openntpd-settings-html.lsp b/openntpd-settings-html.lsp index e2a2b32..a44eb19 100644 --- a/openntpd-settings-html.lsp +++ b/openntpd-settings-html.lsp @@ -39,7 +39,7 @@ for i = 1, table.maxn(view.statusinfo.server) do ?> <option value="server <? io.write(view.statusinfo.server[i].value) ?>"><? io.write(view.statusinfo.server[i].value) ?></option> <? end end ?> </select><BR> -In most cases you could use <i><b>pool.ntp.org</b></i> or<br><i><b>[countryname].pool.ntp.org</i></b> (if listed in <i><b>http://www.pool.ntp.org/</b></i>). +In most cases you could use <i><b>pool.ntp.org</b></i> or <i><b>[countryname].pool.ntp.org</i></b> (if listed in <i><b>http://www.pool.ntp.org/</b></i>). <? if (view.errors.hosts_list) then io.write("<p class=error>"..view.errors.hosts_list.."</p>") end ?></dd> <dt>Delete selected host</dt> |