summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 00:53:46 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 00:53:46 +0000
commit8e27cd0b719015f206e4d64355d045ff22ee096f (patch)
tree25a31dbbfae6e1d7903918b89dc8f90e3370b42f /app
parent91b47dea987abab037de846c1b2a5b9f0b0e0b27 (diff)
downloadacf-core-8e27cd0b719015f206e4d64355d045ff22ee096f.tar.bz2
acf-core-8e27cd0b719015f206e4d64355d045ff22ee096f.tar.xz
Fixed status Install button to new form style
Diffstat (limited to 'app')
-rw-r--r--app/status-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/status-html.lsp b/app/status-html.lsp
index 3b578a9..579cff8 100644
--- a/app/status-html.lsp
+++ b/app/status-html.lsp
@@ -16,7 +16,7 @@ if data.value.version and data.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(data.value.version.name) %>'>
- <input class='submit' type='submit' value='Install'></form></DD>
+ <input class='submit' type='submit' name='submit' value='Install'></form></DD>
<%
end