Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set item content fixed
  • Loading branch information
Eugene Simakin committed Mar 16, 2014
1 parent c26d226 commit dfb3aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.twbsPagination.js
Expand Up @@ -142,7 +142,7 @@
break;
}

itemContainer.append(itemContent.attr('href', this.href(page)).text(itemText));
itemContainer.append(itemContent.attr('href', this.href(page)).html(itemText));
return itemContainer;
},

Expand Down

0 comments on commit dfb3aa5

Please sign in to comment.