summaryrefslogtreecommitdiffstats
path: root/app/acf-util/skins-read-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/acf-util/skins-read-html.lsp')
-rw-r--r--app/acf-util/skins-read-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/acf-util/skins-read-html.lsp b/app/acf-util/skins-read-html.lsp
index 2d43b49..3dc53f8 100644
--- a/app/acf-util/skins-read-html.lsp
+++ b/app/acf-util/skins-read-html.lsp
@@ -11,7 +11,7 @@
<% if (skin.inuse) then %>
<dd>in use</dd>
<% else %>
- <dd>[<a href="update?skin=<%= html.html_escape(skin.value) %>">use this skin</a>]</dd>
+ <dd>[<a href="update?skin=<%= html.html_escape(skin.value) %>&submit=true">use this skin</a>]</dd>
<% end %>
<% end %>
</DL>