From fa687e1773eb085753eed4527a50b25dd05d901b Mon Sep 17 00:00:00 2001 From: vrana Date: Thu, 15 Mar 2012 05:40:23 -0700 Subject: [PATCH] Allow selecting author by double click in inline comment Summary: Otherwise line number gets selected too. Test Plan: Double click author in inline comment. Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1912 --- .../view/inlinecomment/DifferentialInlineCommentView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/differential/view/inlinecomment/DifferentialInlineCommentView.php b/src/applications/differential/view/inlinecomment/DifferentialInlineCommentView.php index 72ac4aab9c..08c16ce390 100644 --- a/src/applications/differential/view/inlinecomment/DifferentialInlineCommentView.php +++ b/src/applications/differential/view/inlinecomment/DifferentialInlineCommentView.php @@ -215,7 +215,7 @@ final class DifferentialInlineCommentView extends AphrontView { '
'. $anchor. $links. - ''.$line.''. + ' '.$line.' '. phutil_escape_html($author). '
'. '
'.