diff options
author | Mika Havela <mika.havela@gmail.com> | 2008-01-07 20:19:49 +0000 |
---|---|---|
committer | Mika Havela <mika.havela@gmail.com> | 2008-01-07 20:19:49 +0000 |
commit | 705ca5ef914ce16ee099d7687c541934962ea067 (patch) | |
tree | 4ac84315f2ba2ebccdf4b0147bca7edbcdc572b0 /openntpd-settings-html.lsp | |
parent | 12b564ba5e9815b114f55041e71ae5ceaed7a7eb (diff) | |
download | acf-openntpd-705ca5ef914ce16ee099d7687c541934962ea067.tar.bz2 acf-openntpd-705ca5ef914ce16ee099d7687c541934962ea067.tar.xz |
Graphical small modification
git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@502 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'openntpd-settings-html.lsp')
-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> |