Skip to Content.
Sympa Menu

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

cc-devel AT lists.ibiblio.org

Subject: Developer discussion for Creative Commons technology and tools

List archive

Chronological Thread  
  • From: "SourceForge.net" <noreply AT sourceforge.net>
  • To: noreply AT sourceforge.net
  • Subject: [cc-devel] [ cctools-Bugs-2791469 ] template parser removes text() calls
  • Date: Wed, 13 May 2009 23:19:13 +0000

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] [ cctools-Bugs-2791469 ] template parser removes text() calls, SourceForge.net, 05/13/2009

Archive powered by MHonArc 2.6.24.

Top of Page