From 1b49245489302e610c86d78a9c996d1fcf60a86a Mon Sep 17 00:00:00 2001 From: gnikibog Date: Wed, 18 May 2011 07:02:06 -0700 Subject: [PATCH] Missing space in generated page markup --- js/jquery.mobile.listview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ? $( "
") : "" )