diff options
author | Ted Trask <ttrask01@yahoo.com> | 2014-09-22 14:46:49 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2014-09-22 14:46:49 +0000 |
commit | ab450415062ce9dfe9abb1654bbbcdd04115815a (patch) | |
tree | e4934aab831b1cb133592c1e9001755ac4c0203a /freeradius3-listmacauthfiles-html.lsp | |
parent | 6ae4331b704a41bad8cdf2e807bb3f6c63eecded (diff) | |
download | acf-freeradius3-0.0.1.tar.bz2 acf-freeradius3-0.0.1.tar.xz |
Modify HTML views to use html.url_encodev0.0.1
Diffstat (limited to 'freeradius3-listmacauthfiles-html.lsp')
-rw-r--r-- | freeradius3-listmacauthfiles-html.lsp | 2 |
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> |