summaryrefslogtreecommitdiffstats
path: root/freeradius3-listmacauthfiles-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'freeradius3-listmacauthfiles-html.lsp')
-rw-r--r--freeradius3-listmacauthfiles-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/freeradius3-listmacauthfiles-html.lsp b/freeradius3-listmacauthfiles-html.lsp
index 516d0c9..1ebac97 100644
--- a/freeradius3-listmacauthfiles-html.lsp
+++ b/freeradius3-listmacauthfiles-html.lsp
@@ -36,7 +36,7 @@ html = require("acf.html")
<tr>
<td>
<% if viewlibrary.check_permission("editmacauthfile") then %>
- <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/editmacauthfile?filename="..v.filename.."&redir="..html.url_encode(page_info.orig_action), label="Edit "} %>
+ <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/editmacauthfile?filename="..html.url_encode(v.filename).."&redir="..html.url_encode(page_info.orig_action), label="Edit "} %>
<% end %>
</td>
<td><%= html.html_escape(v.filename) %></td>