QnA - Work on getting questions and answers to appear correctly inline
This commit is contained in:
@@ -119,6 +119,15 @@ class QnashowquestionForm extends Form
|
||||
'id'
|
||||
);
|
||||
|
||||
$this->out->hidden(
|
||||
'answer-action',
|
||||
common_local_url(
|
||||
'qnanewanswer',
|
||||
null,
|
||||
array('id' => 'question-' . $this->question->id)
|
||||
)
|
||||
);
|
||||
|
||||
$this->out->raw($this->question->asHTML());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user