Forum: Rails Spinoffs (closed, excessive spam) td = Builder.node('td', ' ');

Posted by Fred Talpiot (namealreadytaken)
on 2008-07-10 22:41
(Received via mailing list)
You can see from the subject what I'm trying to do. I'm trying to use
Builder to put an entity in a table cell with:

td = Builder.node('td', ' ');

But the entity gets escaped and I see the ampersand et cetera...
inside the table on the web page.

What's the way to do this?

Another Fred
Posted by Diodeus (Guest)
on 2008-07-10 22:52
(Received via mailing list)
http://www.mail-archive.com/rubyonrails-spinoffs@googlegroups.com/msg14763.html
Posted by Fred Talpiot (namealreadytaken)
on 2008-07-10 23:09
(Received via mailing list)
Nice example.  I've seen it -- it doesn't use entities.  The problem
is not in getting plain text in there.  The problem is in getting a
real entity in the cell.  The entity is being escaped.  On the web
page I actually see ' ', want to see a blank.

Another Fred
This topic is locked and can not be replied to.