Thanks Kevin, Maybe is ugly, but it works :)
I just added this to get it working: <%= 'my_html'.html_safe %> Ibon. El domingo, 1 de julio de 2012 04:32:13 UTC+2, kevinpfromnm escribió: > > You should be able to use a somewhat ugly workaround of wrapping your tag > with <%= '...' %> > > On Saturday, June 30, 2012 4:56:44 PM UTC-6, txapelgorri wrote: >> >> Hi there: >> >> I need to insert an HTML snippet code like this into application.dryml >> (Hobo 1.3): >> ... >> <span xmlns:dct="http://purl.org/dc/terms/" href=" >> http://purl.org/dc/dcmitype/MovingImage" property="dct:title" >> rel="dct:type"> >> ... >> The problem is that the colon there provokes an error: >> ... >> invalid attribute name 'xmlns:dct' (remember to use...) >> ... >> >> Is there any way to escape colons to get this HTML working? >> >> Thanks in advance, Ibon. >> > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/hobousers/-/yeBMfDjdh2UJ. 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.
