summaryrefslogtreecommitdiffstats
path: root/chrony-keyfile-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 14:50:14 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 14:50:14 +0000
commitb0d3a45274748f568b7b3bc320e7cc320251ff99 (patch)
tree1569339176720507337319573820ce5b08252e1b /chrony-keyfile-html.lsp
parent38f38cad1085188168d0eba008cc778b9cbb9e11 (diff)
downloadacf-chrony-b0d3a45274748f568b7b3bc320e7cc320251ff99.tar.bz2
acf-chrony-b0d3a45274748f568b7b3bc320e7cc320251ff99.tar.xz
Remove trailing whitespaceHEADmaster
Diffstat (limited to 'chrony-keyfile-html.lsp')
-rw-r--r--chrony-keyfile-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrony-keyfile-html.lsp b/chrony-keyfile-html.lsp
index 8ae41fc..16c8c5f 100644
--- a/chrony-keyfile-html.lsp
+++ b/chrony-keyfile-html.lsp
@@ -7,7 +7,7 @@
<%
local header_level = htmlviewfunctions.displaysectionstart(form.value.status, page_info)
htmlviewfunctions.displayitem(form.value.status)
- if form.value.status.errtxt then
+ if form.value.status.errtxt then
htmlviewfunctions.displayitem(cfe({type="form", value={redir=cfe({ type="hidden", value=page_info.orig_action })}, label="", option="Enable", action="enablekeyfile" }), page_info, 0)
end
htmlviewfunctions.displaysectionend(header_level)