summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/filedetails-html.lsp3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/filedetails-html.lsp b/app/filedetails-html.lsp
index 3f023be..3116722 100644
--- a/app/filedetails-html.lsp
+++ b/app/filedetails-html.lsp
@@ -17,6 +17,9 @@ header_level = htmlviewfunctions.displayheader(cfe({label="File Details"}), page
htmlviewfunctions.displayitem(form.value.filename)
htmlviewfunctions.displayitem(form.value.filesize)
htmlviewfunctions.displayitem(form.value.mtime)
+if form.value.grep and form.value.grep.value and form.value.grep.value ~= "" then
+ htmlviewfunctions.displayitem(form.value.grep)
+end
%>
<%