diff options
Diffstat (limited to 'interfaces-update-html.lsp')
-rw-r--r-- | interfaces-update-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces-update-html.lsp b/interfaces-update-html.lsp index 8d65d99..4cf2417 100644 --- a/interfaces-update-html.lsp +++ b/interfaces-update-html.lsp @@ -79,5 +79,5 @@ end <% if page_info.action == "update" then form.label = form.label.." - "..form.value.name.value end -htmlviewfunctions.displayitem(form, nil, page_info) +htmlviewfunctions.displayitem(form, page_info) %> |