Forum How do I...?

Table -> multiple Pages works on OS X but doesn't on Linux

beyoumedia
Hi,
I have a very urgent problem, after hours of searching, I cannot get it to work properly.
Does somebody have a clue, why on OS X (dev) I can render multiple pages from a long table, where in a linux setting, this isn't working at all.
Can somebody help me out?
How can I be more specific for a good analysis?

thanks a lot!

Rafa

P.S. Setup, excactly the same content, rendered twice, once on dev. machine, once on the server.

WORKING ENV
OS X 10.6.8
Prince >= 7.1.1

FAILING
LINUX (CentOS 5.5)
Prince 7.1.1, 7.2

SOLUTION FOUND!

If you render with haml (rails) and you are in production mode,
Haml::Template.options[:ugly] = false
(in your production.rb, e.g.)
saved my day.