On Sunday, August 14, 2016 at 8:20:46 PM UTC-7, Anthony wrote: > > It does appear to be a bug (with all self-closing tags, including hr and > img). Please submit a Github issue if you get a chance. > > Anthony >
FWIW, I found TAG() *mentioned* in the book, but I didn't find a description of it or documentation. Did the indexer/search tool overlook something, or is it a real omission? I did find the gluon code, but I'm not sure I picked up a full understanding of its use from that. /dps > On Sunday, August 14, 2016 at 5:33:00 PM UTC-4, lucas wrote: >> >> so weird, TAG is changing <br> or <br /> to <br></br>, which makes sense >> and isn't horrible. but, firefox, IE, and safari translated that into two >> <br></br>, instead of only one. so it really expands the carriage >> returns. but i need it to conserve the br's into <br> or <br/> and not >> <br></br>. >> >> it also seems that web2py processes the view in such a way as to conserve >> the br's without adding extra </br> end tags, but how do i render and >> web2pyHTMLParser without adding those extra </br> endings? >> >> thanx lucas >> > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

