That's a good suggestion. However, it will require me to hit every view that uses the fullname variable. I thought simply replacing the space with in the model would be less code modification (call me lazy if you will).
Also. I would still like to know why Cake is modifying my string, just so I have a better understanding of what is happening behind the scenes... Can anybody point me to the code that is causing this behavior? nate wrote: > A better bet would be to use the appropriate styling in your view. For > example: > > <span style="whitespace: no-wrap;"><?=$contact["Contact"]["fullname"]; > ?></span> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
