diff --git a/js/jquery.mobile.collapsible.js b/js/jquery.mobile.collapsible.js index 33e8fd18..2c9b3e41 100644 --- a/js/jquery.mobile.collapsible.js +++ b/js/jquery.mobile.collapsible.js @@ -45,7 +45,7 @@ $.widget( "mobile.collapsible", $.mobile.widget, { } } - collapsibleContent.addClass( ( o.contentTheme ) ? ( "ui-btn-up-" + o.contentTheme ) : ""); + collapsibleContent.addClass( ( o.contentTheme ) ? ( "ui-body-" + o.contentTheme ) : ""); collapsibleHeading //drop heading in before content