diff options
Diffstat (limited to 'openssl-status-html.lsp')
-rw-r--r-- | openssl-status-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-status-html.lsp b/openssl-status-html.lsp index cbdb729..a7633b3 100644 --- a/openssl-status-html.lsp +++ b/openssl-status-html.lsp @@ -13,7 +13,7 @@ if view.value.version and view.value.version.errtxt and viewlibrary.check_permis <DT>Install package</DT> <DD><form action="<%= html.html_escape(page_info.script .. "/apk-tools/apk/install") %>" method="POST"> <input type='hidden' name='package' value='<%= html.html_escape(view.value.version.name) %>'> - <input class='submit' type='submit' value='Install'></form></DD> + <input class='submit' type='submit' name='submit' value='Install'></form></DD> <% end %> <% htmlviewfunctions.displayitem(view.value.conffile) %> <% htmlviewfunctions.displayitem(view.value.environment) %> |