From af8e54b75803c1475cb7d2dd57f53278343b270d Mon Sep 17 00:00:00 2001 From: nexushoratio Date: Mon, 9 Dec 2013 00:11:46 -0800 Subject: [PATCH] Minor typo. --- plugins/broken/ap-list.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/broken/ap-list.user.js b/plugins/broken/ap-list.user.js index 4fc2bb23..87cc5b08 100644 --- a/plugins/broken/ap-list.user.js +++ b/plugins/broken/ap-list.user.js @@ -893,7 +893,7 @@ window.plugin.apList.setupPagination = function() { + '
' + '
' + '
' - + '
'// fix collapsion of parent caused by inner div's float:left + + '
'// fix collapsing of parent caused by inner div's float:left + '
'; $('#ap-list-pagination').html(content); }