summaryrefslogtreecommitdiffstats
path: root/dnscache-editdomain-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'dnscache-editdomain-html.lsp')
-rw-r--r--dnscache-editdomain-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnscache-editdomain-html.lsp b/dnscache-editdomain-html.lsp
index 500d1a2..1380add 100644
--- a/dnscache-editdomain-html.lsp
+++ b/dnscache-editdomain-html.lsp
@@ -12,7 +12,7 @@ io.write("</span>")
<H1><%= form.label %></H1>
<%
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
- form.value.domain.contenteditable = false
+ form.value.domain.readonly = true
local order = { "domain", "iplist" }
displayform(form, order)
%>