Minor typo.

This commit is contained in:
nexushoratio 2013-12-09 00:11:46 -08:00
parent 81e20b87a4
commit af8e54b758

View File

@ -893,7 +893,7 @@ window.plugin.apList.setupPagination = function() {
+ '<div class="ap-list-triangle ap-list-triangle-right ap-list-triangle-right-half"/>' + '<div class="ap-list-triangle ap-list-triangle-right ap-list-triangle-right-half"/>'
+ '<div class="ap-list-triangle ap-list-triangle-right ap-list-triangle-right-half"/>' + '<div class="ap-list-triangle ap-list-triangle-right ap-list-triangle-right-half"/>'
+ '</div>' + '</div>'
+ '<div class="spacer" style="clear: both;"></div>'// fix collapsion of parent caused by inner div's float:left + '<div class="spacer" style="clear: both;"></div>'// fix collapsing of parent caused by inner div's float:left
+ '</div>'; + '</div>';
$('#ap-list-pagination').html(content); $('#ap-list-pagination').html(content);
} }