Some work towards allowing revisions

This commit is contained in:
Zach Copley
2011-04-01 02:35:05 -07:00
parent eeff6285ae
commit 9cea85065c
3 changed files with 8 additions and 8 deletions

View File

@@ -158,8 +158,7 @@ class QnanewanswerAction extends Action
$this->element('title', null, _m('Answers'));
$this->elementEnd('head');
$this->elementStart('body');
$form = new QnaanswerForm($this->question, $this);
$form->show();
$this->raw()
$this->elementEnd('body');
$this->elementEnd('html');
} else {