Don't render <div> inside <span>
Test Plan: D1 Reviewers: epriestley Reviewed By: epriestley CC: aran Differential Revision: https://secure.phabricator.com/D2121
This commit is contained in:
@@ -141,11 +141,7 @@ final class PhabricatorTransactionView extends AphrontView {
|
||||
}
|
||||
|
||||
private function renderTransactionActions() {
|
||||
$actions = implode('', $this->actions);
|
||||
return
|
||||
'<span class="phabricator-transaction-actions">'.
|
||||
$actions.
|
||||
'</span>';
|
||||
return implode('', $this->actions);
|
||||
}
|
||||
|
||||
private function renderTransactionStyle() {
|
||||
|
||||
Reference in New Issue
Block a user