From f803aacbfe848d27be6d1eadbd594d6bdb3c08ea Mon Sep 17 00:00:00 2001 From: kurund Date: Mon, 9 Mar 2015 18:25:08 +0530 Subject: [PATCH] fixed typo --- CRM/Core/Payment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ), -- 2.25.1