Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5184 from KeithPepin/Fix_for_issue_5183
Browse files Browse the repository at this point in the history
Fixes #5182
  • Loading branch information
Scott Jehl committed Oct 16, 2012
2 parents 67e6fbc + b7da392 commit 2700da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/listview.js
Expand Up @@ -231,7 +231,7 @@ $.widget( "mobile.listview", $.mobile.widget, {
linkIcon = last.jqmData( "icon" );

last.appendTo( item )
.attr( "title", last.getEncodedText() )
.attr( "title", $.trim(last.getEncodedText()) )
.addClass( "ui-li-link-alt" )
.empty()
.buttonMarkup({
Expand Down

0 comments on commit 2700da8

Please sign in to comment.