I saw some other users doing this, and I had to clean up on my current project after a developer tripped on it, so I figured I'd post for everyone.
In short: HTML comments (<!-- -->) don't comment out DRYML code. The DRYML is still interpreted, but the results are enclosed in the comment tag. So doing this: <!-- some dryml code that is wrong --> will still run the code in the comment. I encountered this when another developer duplicated a <form> start tag and only HTML-commented it out. It failed with some fairly obscure error messages. --Matt Jones --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en -~----------~----~----~----~------~----~------~--~---
