app/helpers/agilibox/pagination_helper.rb in agilibox-1.0.9 vs app/helpers/agilibox/pagination_helper.rb in agilibox-1.0.10
- old
+ new
@@ -1,6 +1,6 @@
module Agilibox::PaginationHelper
def paginate(objects, options = {})
options = {theme: "twitter-bootstrap-3"}.merge(options)
- super(objects, options).gsub(/>(\s+)</, '><').html_safe
+ super(objects, options).gsub(/>(\s+)</, "><").html_safe
end
end