fixed some bugs in URL/Content handlers. fixed some bugs in Gallery.

This commit is contained in:
Doug Bell 2007-12-18 15:38:06 +00:00
parent 4c70aa4c71
commit 30f22c9b7a
10 changed files with 96 additions and 67 deletions

View file

@ -176,6 +176,11 @@ our $HELP = {
},
],
variables => {
{
name => 'error',
description => 'helpvar error',
required => 1,
},
{
name => 'form_start',
description => 'helpvar form_start',

View file

@ -207,7 +207,8 @@ our $HELP = {
required => 1,
},
],
}
},
'help view' => {
title => 'help view title',
body => 'help view body',