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:
@@ -149,7 +149,7 @@ class NewgroupmessageAction extends Action
|
||||
sprintf(_m('Direct message to %s sent.'),
|
||||
$this->group->nickname));
|
||||
$this->elementEnd('body');
|
||||
$this->elementEnd('html');
|
||||
$this->endHTML();
|
||||
} else {
|
||||
common_redirect($gm->url, 303);
|
||||
}
|
||||
|
Reference in New Issue
Block a user