DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28392>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28392

whitespace after an one-line inner #if statement are lost





------- Additional Comments From [EMAIL PROTECTED]  2004-04-22 17:46 -------
Here are two workarounds for this bug:

#set ($emptyString= "")
line 1: #if (true)true part#else false part#end${emptyString}

or

line 2: #if (true)true part#else false part#end#**#

The key is to put something after the #end that doesn't generate output.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to