fix a couple minor syntax issues
This commit is contained in:
parent
b9d7008001
commit
1ce7d42a62
2 changed files with 14 additions and 13 deletions
|
|
@ -55,16 +55,16 @@ our $HELP = {
|
|||
],
|
||||
},
|
||||
],
|
||||
{ 'name' => 'question_loop',
|
||||
'variables' => [
|
||||
{ 'name' => 'question.question' },
|
||||
{ 'name' => 'question.allowComment' },
|
||||
{ 'name' => 'question.id' },
|
||||
{ 'name' => 'question.comment.field' },
|
||||
{ 'name' => 'question.comment.label' },
|
||||
{ 'name' => 'question.answer.field' }
|
||||
]
|
||||
},
|
||||
},
|
||||
{ 'name' => 'question_loop',
|
||||
'variables' => [
|
||||
{ 'name' => 'question.question' },
|
||||
{ 'name' => 'question.allowComment' },
|
||||
{ 'name' => 'question.id' },
|
||||
{ 'name' => 'question.comment.field' },
|
||||
{ 'name' => 'question.comment.label' },
|
||||
{ 'name' => 'question.answer.field' }
|
||||
]
|
||||
},
|
||||
],
|
||||
related => []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue