fix a couple minor syntax issues

This commit is contained in:
Graham Knop 2008-09-17 15:37:42 +00:00
parent b9d7008001
commit 1ce7d42a62
2 changed files with 14 additions and 13 deletions

View file

@ -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 => []