summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 %>