[Fwd: Re: Wrapping HTML in templates]
timeless
timeless at myrealbox.com
Wed Sep 8 13:10:04 UTC 2004
Christian Robottom Reis wrote:
> So this one starts with another practical question. Here I have:
>
> [% FILTER closed(isclosed) +%]<a title="[% INCLUDE buginfo bug=bug %]" href="show_bug.cgi?id=[% bugid %]"><b>[% terms.bug %] [%+ bugid %]</b></a>[% END %]<span class="summ_text">: [%+ bug.summary FILTER html %]</span><span class="summ_info">[[% INCLUDE buginfo %]]</span>
i still like my style:
[% FILTER closed(isclosed)
%]<a title="[% INCLUDE buginfo bug=bug %]"
href="show_bug.cgi?id=[% bugid %]"
><b>[% terms.bug %]
[%+ bugid
%]</b>
</a>[% END
%]<span class="summ_text"
>: [%+ bug.summary FILTER html
%]</span>
<span class="summ_info"
>[[% INCLUDE buginfo
%]]</span>
More information about the developers
mailing list