From 9c6ca803026ce57e5a021b1756c5a7b38e3c29a8 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Tue, 29 May 2007 18:48:18 +0000 Subject: [PATCH] fix: Event help file now passes all tests --- lib/WebGUI/Help/Asset_Event.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/WebGUI/Help/Asset_Event.pm b/lib/WebGUI/Help/Asset_Event.pm index 06151feb2..3e9462632 100644 --- a/lib/WebGUI/Help/Asset_Event.pm +++ b/lib/WebGUI/Help/Asset_Event.pm @@ -36,7 +36,7 @@ our $HELP = { 'name' => 'formGroupToView', }, { - 'name' => 'formAttachements', + 'name' => 'formAttachments', }, { 'name' => 'formStartDate', @@ -251,8 +251,8 @@ our $HELP = { 'name' => 'attachment_loop', 'variables' => [ { - 'name' => 'url' - 'description' => 'attachment_url' + 'name' => 'url', + 'description' => 'attachment_url', }, { 'name' => 'icon'