--
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to lif...@googlegroups.com.
To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
--
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to lif...@googlegroups.com.
To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
> /**
> * Should codes that represent entities be converted to XML
> * entities when rendered?
> */
> val convertToEntity: FactoryMaker[Boolean] = new FactoryMaker(false) {}
>
> Set this to true and the entities will not be converted.
Was that a typo? I'd expect
if (convertToEntity) {
// will be converted to entities
} else {
// won't be converted
}
Regards,
--Chris
Thanks. Unfortunately, it won’t be applied in HTML5 output mode which
On 16 Jan., 18:01, David Pollak <feeder.of.the.be...@gmail.com> wrote:
> /**
> * Should codes that represent entities be converted to XML
> * entities when rendered?
> */
> val convertToEntity: FactoryMaker[Boolean] = new FactoryMaker(false) {}
>
> Set this to true and the entities will not be converted.
I’m using. (I’m also using XHTML input but I think that does not make
a difference here.)
To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.