I have a hidden field with a very long encrypted string, and I'm trying to figure out how to suppress the newline that haml wants to insert:
<input type="hidden" name="something[encrypted]" id="something_encrypted" value="BAhvOglDYXJ0CjoNQHNpdGVfaWRpDDoRQHRvdGFsX3ByaWNlZgYwOhFAc2hp cF90b196aXBpADocQGdvb2dsZV9jaGVja291dF9kb21haW4iF3NhbmRib3gu Z29vZ2xlLmNvbToLQGl0ZW1zWwZvOg1MaW5lSXRlbQg6DUBwcm9kdWN0bzo1 QWN0aXZlUmVjb3JkOjpBc3NvY2lhdGlvbnM6OkJlbG9uZ3NUb0Fzc29jaWF0 Is there a way to accomplish this? I really need it to show up as one long unbroken string. Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" 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/haml?hl=en -~----------~----~----~----~------~----~------~--~---
