Minor typo.

This commit is contained in:
nexushoratio 2013-12-09 00:11:46 -08:00 committed by Philipp Schaefer
parent 7a36053d46
commit 7ab3a33adc

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>'
+ '<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>';
$('#ap-list-pagination').html(content);
}