Changeset 5
- Timestamp:
- 02/03/06 08:02:30
- Files:
-
- trunk/plagger/templates/plugins/gmail_notify.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/templates/plugins/gmail_notify.tt
r3 r5 5 5 [% SET link = item.link || item.id -%] 6 6 Link: <a href="[% link | html %]">[% link | html %]</a><br /> 7 [% IF item.author %]by [% item.author | html %][% END %][% IF item.tags %] on [% item.tags.join(',') %][% END %]</div>7 [% IF item.author %]by [% item.author | html %][% END %][% IF item.tags.size %] on [% item.tags.join(',') %][% END %]</div> 8 8 [% IF item.body -%] 9 9 [% IF item.body.match('(?i)^<p[ >]') %][% item.body %][% ELSE %]<div style="padding: 1em 0">[% item.body %]</div>[% END %]
