fixed some bugs in URL/Content handlers. fixed some bugs in Gallery.
This commit is contained in:
parent
4c70aa4c71
commit
30f22c9b7a
10 changed files with 96 additions and 67 deletions
|
|
@ -176,6 +176,11 @@ our $HELP = {
|
|||
},
|
||||
],
|
||||
variables => {
|
||||
{
|
||||
name => 'error',
|
||||
description => 'helpvar error',
|
||||
required => 1,
|
||||
},
|
||||
{
|
||||
name => 'form_start',
|
||||
description => 'helpvar form_start',
|
||||
|
|
|
|||
|
|
@ -207,7 +207,8 @@ our $HELP = {
|
|||
required => 1,
|
||||
},
|
||||
],
|
||||
}
|
||||
},
|
||||
|
||||
'help view' => {
|
||||
title => 'help view title',
|
||||
body => 'help view body',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue