diff --git a/js/jquery.mobile.listview.js b/js/jquery.mobile.listview.js index 1a28aaeb..9fd9a660 100644 --- a/js/jquery.mobile.listview.js +++ b/js/jquery.mobile.listview.js @@ -209,7 +209,7 @@ $.widget( "mobile.listview", $.mobile.widget, { theme = list.jqmData( "theme" ) || o.theme, countTheme = list.jqmData( "counttheme" ) || parentList.jqmData( "counttheme" ) || o.countTheme, newPage = list.detach() - .wrap( "
" ) + .wrap( "
" ) .parent() .before( "
" + title + "
" ) .after( persistentFooterID ? $( "
") : "" )