Skip to content

Commit 3939b80

Browse files
committed
Add missing fa prefix
1 parent 1e60381 commit 3939b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page-foundation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ $.icon = function(icon_class)
117117
icon_class = icon_class.substring(2);
118118
}
119119

120-
return '<i class="fa' + default_type + ' fa-fw ' + icon_class + '" aria-hidden="true"></i>';
120+
return '<i class="fa' + default_type + ' fa-fw fa-' + icon_class + '" aria-hidden="true"></i>';
121121
}
122122

123123
if (typeof jQuery.validator != 'undefined') {

0 commit comments

Comments
 (0)