diff options
author | 2025-05-16 22:30:30 +0200 | |
---|---|---|
committer | 2025-05-16 22:30:30 +0200 | |
commit | 8156c567bdc35e9f073d930a8b6b652efd6f13af (patch) | |
tree | 078f538fdde9537cc7cd3b6babd52ff339206fe4 | |
parent | e130630e9246f18139352616ff9cca701f309cf5 (diff) | |
download | lugs-8156c567bdc35e9f073d930a8b6b652efd6f13af.tar.gz lugs-8156c567bdc35e9f073d930a8b6b652efd6f13af.tar.bz2 |
-rwxr-xr-x | lreminder/reminder.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lreminder/reminder.pl b/lreminder/reminder.pl index 14ea60e..d198613 100755 --- a/lreminder/reminder.pl +++ b/lreminder/reminder.pl @@ -15,7 +15,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # # Author: Steven Schubiger <stsc@refcnt.org> -# Last modified: Wed 09 Jun 2021 01:19:17 PM CEST +# Last modified: Fr 16 Mai 2025 22:22:21 CEST use strict; use warnings; @@ -37,7 +37,7 @@ use Text::Wrap::Smart::XS qw(fuzzy_wrap); use URI (); use WWW::Mechanize (); -my $VERSION = '0.53'; +my $VERSION = '0.54'; #----------------------- # Start of configuration @@ -148,10 +148,10 @@ sub init fields => [ qw(responsible) ], }, { rewrite => '$TEXT - $HREF', - fields => [ qw(location more) ], + fields => [ qw(title location more) ], } ], }, - purge_tags => [ qw(location responsible more) ], + purge_tags => [ qw(title location responsible more) ], strip_text => [ 'mailto:' ], }); unlink $file; |