In the ModelFormField class, two getDescription(...) methods returns the
string " " if no description is found.
IMO this is not a correct because it is html specific and in fact is
causing problems when the form is rendered as PDF.
What is the best way to fix this?
Maybe changing " " to " "?
Jacopo