Skip to content

Commit 2e44704

Browse files
buttonMarkup: let's not completely break it (yet)... added missing space.
1 parent 8abb930 commit 2e44704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.buttonMarkup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ $.fn.buttonMarkup = function( options ) {
9494
}
9595

9696
buttonClass = "ui-btn ui-btn-" + o.theme;
97-
buttonClass += ( hover ? "ui-btn-hover-" + o.theme : "" );
97+
buttonClass += ( hover ? " ui-btn-hover-" + o.theme : "" );
9898
buttonClass += ( state ? " ui-btn-" + state + "-" + o.theme : "" );
9999
buttonClass += o.shadow ? " ui-shadow" : "";
100100
buttonClass += o.corners ? " ui-btn-corner-all" : "";

0 commit comments

Comments
 (0)