Filling in missing endHTML calls for Action AJAX

This completes 1c6f9df80e where a lot
of other functions were fixed (by conforming to startHTML and endHTML)
This commit is contained in:
Mikael Nordfeldth
2013-09-24 02:32:17 +02:00
parent f7719b57f2
commit 64df40e409
37 changed files with 42 additions and 43 deletions

View File

@@ -147,7 +147,7 @@ class TrainAction extends Action
$this->elementStart('body');
$form->show();
$this->elementEnd('body');
$this->elementEnd('html');
$this->endHTML();
} else {
common_redirect(common_local_url('spam'), 303);
}