I need a use case, because this:

          <!-- regular comment -->
          <%= raw "<!-- returned comment from erb string -->" %>

are both working when I put them in the front/index.dryml.
What I am missing?

ciao
dd

On Tue, May 17, 2011 at 2:28 PM, Ronny Hanssen <[email protected]>wrote:

> Well, the normal way was to pass this via erb, like for instance the
> hobo-jquery plugin does in the annotate-tag. This no longer seems to work in
> 1.3.RC1 though, not sure when it stopped working... I *think* this used to
> work in the earlier pre*-releases.
>
> I guess the dryml-parser finds out that this is a comment and thinks that
> this is an internal comment, not for display.
>
> This breaks one of my own plugins, that depends on the ability to output
> html-comment tags,  <!-- -->
>
> I suggest considering <!-- --> a dryml, comment, but - if the <!-- --> is
> the result from erb then pass it to the browser.
>
> I don't know if the above is possible though... Domizio?
>
>
> ~Ronny
>
> --
> 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.
>

-- 
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.

Reply via email to