diff --git a/src/applications/ponder/view/PonderQuestionDetailView.php b/src/applications/ponder/view/PonderQuestionDetailView.php index f23c628b10..a9326e724a 100644 --- a/src/applications/ponder/view/PonderQuestionDetailView.php +++ b/src/applications/ponder/view/PonderQuestionDetailView.php @@ -46,7 +46,9 @@ final class PonderQuestionDetailView extends AphrontView { $panel = id(new AphrontPanelView()) ->addClass("ponder-panel") - ->setHeader($this->renderObjectLink().' '.$question->getTitle()); + ->setHeader( + $this->renderObjectLink().' '. + phutil_escape_html($question->getTitle())); $contentview = new PonderPostBodyView(); $contentview