diff --git a/src/applications/ponder/view/PonderUserProfileView.php b/src/applications/ponder/view/PonderUserProfileView.php index 6c0dbf6115..0bd15efcfc 100644 --- a/src/applications/ponder/view/PonderUserProfileView.php +++ b/src/applications/ponder/view/PonderUserProfileView.php @@ -84,7 +84,7 @@ final class PonderUserProfileView extends AphrontView { array( 'href' => '/Q'.$question->getID(), ), - self::abbreviate($question->getTitle())))); + phutil_escape_html(self::abbreviate($question->getTitle()))))); $view->addItem($item); }