diff --git a/src/view/AphrontJavelinView.php b/src/view/AphrontJavelinView.php index a563c4aecb..6471f1f951 100644 --- a/src/view/AphrontJavelinView.php +++ b/src/view/AphrontJavelinView.php @@ -32,7 +32,7 @@ final class AphrontJavelinView extends AphrontView { 'id' => $id, 'view' => $this->getName(), 'params' => $this->getParameters(), - 'children' => implode('', $this->renderChildren()), + 'children' => phutil_implode_html('', $this->renderChildren()), 'trigger_id' => $render_context, ));