summaryrefslogtreecommitdiffstats
path: root/weblog-editsource-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'weblog-editsource-html.lsp')
-rw-r--r--weblog-editsource-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/weblog-editsource-html.lsp b/weblog-editsource-html.lsp
index c05a556..c15e30e 100644
--- a/weblog-editsource-html.lsp
+++ b/weblog-editsource-html.lsp
@@ -5,6 +5,7 @@ require("viewfunctions")
<H1><%= html.html_escape(form.label) %></H1>
<%
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
+ form.value.passwd.type = "password"
if page_info.action == "editsource" then
form.value.sourcename.readonly = true
end