diff --git a/src/view/layout/PhabricatorPinboardItemView.php b/src/view/layout/PhabricatorPinboardItemView.php index 89b8d1c7fd..a37613a451 100644 --- a/src/view/layout/PhabricatorPinboardItemView.php +++ b/src/view/layout/PhabricatorPinboardItemView.php @@ -49,13 +49,13 @@ final class PhabricatorPinboardItemView extends AphrontView { public function render() { $header = null; if ($this->header) { + $header = hsprintf('%s', $this->uri, $this->header); $header = phutil_render_tag( - 'a', + 'div', array( - 'href' => $this->uri, 'class' => 'phabricator-pinboard-item-header', ), - phutil_escape_html($this->header)); + $header); } $image = phutil_render_tag(