summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-05-07 15:50:42 +0000
committerTed Trask <ttrask01@yahoo.com>2012-05-07 15:50:42 +0000
commit3d3db834c28e2366a711587619d82bc7cab9b522 (patch)
tree401e1056cc977841441a8a1af6d4fb51c2445277
parent4d34a67733a5072011de018481eae78cd248c631 (diff)
downloadacf-freeswitch-3d3db834c28e2366a711587619d82bc7cab9b522.tar.bz2
acf-freeswitch-3d3db834c28e2366a711587619d82bc7cab9b522.tar.xz
Some cleanup for form submission
-rw-r--r--freeswitch-listfiles-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/freeswitch-listfiles-html.lsp b/freeswitch-listfiles-html.lsp
index f2a2fbe..126bbc4 100644
--- a/freeswitch-listfiles-html.lsp
+++ b/freeswitch-listfiles-html.lsp
@@ -48,6 +48,6 @@ end %>
<DL>
<DT>Reload XML</DT>
<DD><form action="<%= html.html_escape(page_info.script .. page_info.prefix) %>freeswitch/reloadxml" method="POST">
- <input class="submit" type="submit" name="reloadxml" value="Reload"></form></DD>
+ <input class="submit" type="submit" name="submit" value="Reload"></form></DD>
</DL>
<% end %>