abstractcoder opened this issue 12 years ago · 1 comments
The recent change in parameter escaping seems to have broken the automatic page numbers. Here is my initializer:
Wisepdf::Configuration.configure do |c| c.options = { :footer => { :center => "[page] of [topage]", :font_size => 10, } } end
Here is the output:
Rolling back to 1.2.8 fixes the issue.
Fixed in 1.2.10. Thanks!