We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e60381 commit 3939b80Copy full SHA for 3939b80
page-foundation.js
@@ -117,7 +117,7 @@ $.icon = function(icon_class)
117
icon_class = icon_class.substring(2);
118
}
119
120
- return '<i class="fa' + default_type + ' fa-fw ' + icon_class + '" aria-hidden="true"></i>';
+ return '<i class="fa' + default_type + ' fa-fw fa-' + icon_class + '" aria-hidden="true"></i>';
121
122
123
if (typeof jQuery.validator != 'undefined') {
0 commit comments