]> git.refcnt.org Git - lugs.git/blobdiff - lreminder/reminder.pl
lreminder: undo rewriting <br> to empty string
[lugs.git] / lreminder / reminder.pl
index 14d3a66e4f29a9dcf0938364ce41e93797c87536..9cb408a28742562662fadfa3ec7b1a93594abe5a 100755 (executable)
@@ -15,7 +15,7 @@
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #
 # Author: Steven Schubiger <stsc@refcnt.org>
-# Last modified: Thu Jul 17 11:55:40 CEST 2014
+# Last modified: Mon Aug 11 21:00:55 CEST 2014
 
 use strict;
 use warnings;
@@ -37,7 +37,7 @@ use Text::Wrap::Smart::XS qw(fuzzy_wrap);
 use URI ();
 use WWW::Mechanize ();
 
-my $VERSION = '0.46';
+my $VERSION = '0.48';
 
 #-----------------------
 # Start of configuration
@@ -110,11 +110,8 @@ sub init
                 rewrite => '$TEXT - $HREF',
                 fields  => [ qw(location more) ],
             } ],
-            'br' => [ {
-                rewrite => '',
-                fields  => [ qw(more) ],
-            } ],
         },
+        purge_tags => [ qw(location responsible more) ],
         strip_text => [ 'mailto:' ],
     });
     unlink $file;