Convert AphrontFormView to safe HTML
Summary: Searched for `AphrontFormView` and then for `appendChild()`. Test Plan: /login/ Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T2432 Differential Revision: https://secure.phabricator.com/D4855
This commit is contained in:
@@ -96,7 +96,7 @@ final class ManiphestBatchEditController extends ManiphestController {
|
||||
'name' => 'actions',
|
||||
'id' => 'batch-form-actions',
|
||||
)));
|
||||
$form->appendChild('<p>These tasks will be edited:</p>');
|
||||
$form->appendChild(phutil_tag('p', array(), 'These tasks will be edited:'));
|
||||
$form->appendChild($list);
|
||||
$form->appendChild(
|
||||
id(new AphrontFormInsetView())
|
||||
|
||||
Reference in New Issue
Block a user