Bugs item #2791469, was opened at 2009-05-13 16:19
Message generated for change (Tracker Item Submitted) made by fourstones
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=559966&aid=2791469&group_id=80503

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: cchost
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Victor Stone (fourstones)
Assigned to: Victor Stone (fourstones)
Summary: template parser removes text() calls

Initial Comment:
a non printing macro followed directly by a printing one will eliminate the 
printing one:

%if_null(var)%
  %text(str_by)%
%end_if%

workaround is to put html comment after %if

%if_null(var)%<!-- -->
  %text(str_by)%
%end_if%


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=559966&aid=2791469&group_id=80503
_______________________________________________
cc-devel mailing list
[email protected]
http://lists.ibiblio.org/mailman/listinfo/cc-devel

Reply via email to