summaryrefslogtreecommitdiffstats
path: root/freeradius3-editmacauthfile-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'freeradius3-editmacauthfile-html.lsp')
-rw-r--r--freeradius3-editmacauthfile-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/freeradius3-editmacauthfile-html.lsp b/freeradius3-editmacauthfile-html.lsp
index 076c8f5..37ff038 100644
--- a/freeradius3-editmacauthfile-html.lsp
+++ b/freeradius3-editmacauthfile-html.lsp
@@ -76,7 +76,7 @@
<%
local header_level = htmlviewfunctions.displaysectionstart(cfe({label="Edit MAC Authentication File"}), page_info)
htmlviewfunctions.displayitem(form.value.filename)
-htmlviewfunctions.displayitem(form.value.filesize)
+htmlviewfunctions.displayitem(form.value.size)
htmlviewfunctions.displayitem(form.value.mtime)
if not form.value.filename.errtxt then
local header_level2 = htmlviewfunctions.displaysectionstart(cfe({label="Entries"}), page_info, htmlviewfunctions.incrementheader(header_level))
@@ -94,7 +94,7 @@ local header_level2 = htmlviewfunctions.displaysectionstart(cfe({label="Entries"
<%
htmlviewfunctions.displayinfo(form.value.filecontent)
htmlviewfunctions.displayformend(form)
-htmlviewfunctions.displaysectionend(header_level2)
+ htmlviewfunctions.displaysectionend(header_level2)
end
htmlviewfunctions.displaysectionend(header_level)
%>