diff options
Diffstat (limited to 'gnats-report-html.lsp')
-rw-r--r-- | gnats-report-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnats-report-html.lsp b/gnats-report-html.lsp index b438fa7..47ca45d 100644 --- a/gnats-report-html.lsp +++ b/gnats-report-html.lsp @@ -51,7 +51,7 @@ end <DL> <? local myform = form.reportform -local tags = { "reporter_name", "from", "reporter_id", "reporter_org" } +local tags = { "reporter_name", "from" } displayinfo(myform,tags) ?> </DL> |