Re: [htmltmpl] Whitespace (linefeed) suppression?
Brought to you by:
samtregar
From: Karen J. C. <si...@ph...> - 2004-05-11 21:40:48
|
On Tue, 11 May 2004, Mark Fuller wrote: MF>Something's missing. I don't think post-processing the output is really the MF>answer when I could just say "NOLF" while authoring. FWIW, using whitespace *inside* the TMPL_IF statements goes a long way toward breaking things up without introducing extra stuff into the final document. You end up with peculiarly-placed angle brackets, and </TMPL_IF> resists the intrusion a bit, but you end up with no whitespace from this: <TMPL_IF this >That< TMPL_ELSE >The other</TMPL_IF > Of course, then one has to be extra careful to get the angle bracket count right. -- Karen J. Cravens si...@ph... |