Skip to content

Commit

Permalink
Fixed Indent issue
Browse files Browse the repository at this point in the history
Signed-off-by: Kartik Kathuria <kathuriakartik0@gmail.com>
  • Loading branch information
kartik1000 committed Feb 28, 2020
1 parent 9240f06 commit 60eb5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Contribute/Form/Contribution/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ public function buildQuickForm() {
if (!($allAreBillingModeProcessors && !$this->_values['is_pay_later'])) {
$submitButton = [
'type' => 'upload',
'name' => CRM_Utils_Array::value('is_confirm_enabled', $this->_values) ? ts('Review your contribution') : ts('Contribute'),
'name' => CRM_Utils_Array::value('is_confirm_enabled', $this->_values) ? ts('Review your contribution') : ts('Contribute'),
'spacing' => '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',
'isDefault' => TRUE,
];
Expand Down

0 comments on commit 60eb5ab

Please sign in to comment.