diff --git a/src/view/phui/PHUIObjectItemView.php b/src/view/phui/PHUIObjectItemView.php index 784342e953..67c4580163 100644 --- a/src/view/phui/PHUIObjectItemView.php +++ b/src/view/phui/PHUIObjectItemView.php @@ -329,6 +329,7 @@ final class PHUIObjectItemView extends AphrontTagView { array( 'href' => $this->href, 'class' => 'phui-object-item-link', + 'title' => $this->header, ), $this->header);