mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
fix differential style break if you cancel inline comment before posting
Summary: see title. Thanks for the report @poop Test Plan: loaded up FF, left a comment but did not submit and instead cancelled - observed sane UI Reviewers: epriestley, vrana, poop Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T2460 Differential Revision: https://secure.phabricator.com/D4728
This commit is contained in:
parent
fd6a13558f
commit
9e7ac9a47e
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ final class DifferentialChangesetListView extends AphrontView {
|
|||
$template =
|
||||
'<table><tr>'.
|
||||
'<th></th><td>%s</td>'.
|
||||
'<th></th><td colspan="2">%s</td>'.
|
||||
'<th></th><td colspan="3">%s</td>'.
|
||||
'</tr></table>';
|
||||
|
||||
return array(
|
||||
|
|
Loading…
Reference in a new issue