I wrote my first Haml filter but I hacked it into the code. Is there
an "approved" way of adding rather than hacking?
Also, I want to use the filter like this:
:inline_javascript
function onLoad()
{
doSomething();
}
and have the results come out:
<script type="text/javascript">
//<!CDATA[
function onLoad()
{
doSomething();
}
//]]>
</script>
All this works but I get the newline conversion to 
. How do I
convince Haml not to perform this conversion?
Thanks,
Steve
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---