From: kurund Date: Mon, 9 Mar 2015 12:55:08 +0000 (+0530) Subject: fixed typo X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f803aacbfe848d27be6d1eadbd594d6bdb3c08ea;p=civicrm-core.git fixed typo --- diff --git a/CRM/Core/Payment.php b/CRM/Core/Payment.php index 8be5681be0..13fac03717 100644 --- a/CRM/Core/Payment.php +++ b/CRM/Core/Payment.php @@ -318,7 +318,7 @@ abstract class CRM_Core_Payment { 'size' => 20, 'maxlength' => 20, 'autocomplete' => 'off', - 'classs' => 'creditcard', + 'class' => 'creditcard', ), 'is_required' => TRUE, ),