File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 140
140
c += ( tinycolor . equals ( color , current ) ) ? " sp-thumb-active" : "" ;
141
141
var formattedString = tiny . toString ( opts . preferredFormat || "rgb" ) ;
142
142
var swatchStyle = rgbaSupport ? ( "background-color:" + tiny . toRgbString ( ) ) : "filter:" + tiny . toFilter ( ) ;
143
- html . push ( '<span title="' + formattedString + '" data-color="' + tiny . toRgbString ( ) + '" class="' + c + '"><span class="sp-thumb-inner" style="' + swatchStyle + ';" /></span>' ) ;
143
+ html . push ( '<span title="' + formattedString + '" data-color="' + tiny . toRgbString ( ) + '" class="' + c + '"><span class="sp-thumb-inner" style="' + swatchStyle + ';" /></span></span> ' ) ;
144
144
} else {
145
145
var cls = 'sp-clear-display' ;
146
146
html . push ( $ ( '<div />' )
You can’t perform that action at this time.
0 commit comments