Fix nokogiri rendering

https://github.com/sparklemotion/nokogiri/issues/782
This commit is contained in:
bootstraponline
2012-10-27 18:22:43 -06:00
parent 68465a8651
commit 776df4e6ee
17 changed files with 39 additions and 24 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
# ~*~ encoding: utf-8 ~*~
module Gollum
module Pagination
def self.included(klass)
@@ -58,4 +59,4 @@ module Gollum
self.class.log_pagination_options(options)
end
end
end
end