[cc-devel] [ cctools-Bugs-2791469 ] template parser removes text() calls

SourceForge.net noreply at sourceforge.net
Wed May 13 19:19:13 EDT 2009


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


More information about the cc-devel mailing list