diff --git a/lib/js/card.js b/lib/js/card.js
index 252709dd..176e68d6 100644
--- a/lib/js/card.js
+++ b/lib/js/card.js
@@ -1123,7 +1123,7 @@ extend = _dereq_('node.extend');
Card = (function() {
var bindVal;
- Card.prototype.cardTemplate = '' + '
' + '
' + '
' + '
visa
' + '
MasterCard
' + '
' + '
discover
' + '
' + '
' + '
' + '
{{cvc}}
' + '
{{number}}
' + '
{{name}}
' + '
{{expiry}}
' + '
' + '
' + '
' + '
' + '
{{cvc}}
' + '
' + '
' + '
' + '
';
+ Card.prototype.cardTemplate = '' + '' + '
' + '
' + '
visa
' + '
MasterCard
' + '
' + '
discover
' + '
' + '
' + '
' + '
{{cvc}}
' + '
{{number}}
' + '
{{name}}
' + '
{{expiry}}
' + '
' + '
' + '
' + '
' + '
{{cvc}}
' + '
' + '
' + '
' + '
';
Card.prototype.template = function(tpl, data) {
return tpl.replace(/\{\{(.*?)\}\}/g, function(match, key, str) {
diff --git a/lib/js/jquery.card.js b/lib/js/jquery.card.js
index 632ce6f6..a91b013c 100644
--- a/lib/js/jquery.card.js
+++ b/lib/js/jquery.card.js
@@ -1123,7 +1123,7 @@ extend = _dereq_('node.extend');
Card = (function() {
var bindVal;
- Card.prototype.cardTemplate = '' + '' + '
' + '
' + '
visa
' + '
MasterCard
' + '
' + '
discover
' + '
' + '
' + '
' + '
{{cvc}}
' + '
{{number}}
' + '
{{name}}
' + '
{{expiry}}
' + '
' + '
' + '
' + '
' + '
{{cvc}}
' + '
' + '
' + '
' + '
';
+ Card.prototype.cardTemplate = '' + '' + '
' + '
' + '
visa
' + '
MasterCard
' + '
' + '
discover
' + '
' + '
' + '
' + '
{{cvc}}
' + '
{{number}}
' + '
{{name}}
' + '
{{expiry}}
' + '
' + '
' + '
' + '
' + '
{{cvc}}
' + '
' + '
' + '
' + '
';
Card.prototype.template = function(tpl, data) {
return tpl.replace(/\{\{(.*?)\}\}/g, function(match, key, str) {
diff --git a/src/coffee/card.coffee b/src/coffee/card.coffee
index 17d95e46..85fa270e 100644
--- a/src/coffee/card.coffee
+++ b/src/coffee/card.coffee
@@ -16,7 +16,7 @@ class Card
'' +
'' +
'
' +
- '
{{cvc}}
' +
+ '
{{cvc}}
' +
'
{{number}}
' +
'
{{name}}
' +
'
{{expiry}}
' +