]> git.donarmstrong.com Git - debbugs.git/commitdiff
tags are separated by space, not ", "
authorDon Armstrong <don@donarmstrong.com>
Sun, 26 Jul 2009 11:54:44 +0000 (13:54 +0200)
committerDon Armstrong <don@donarmstrong.com>
Sun, 26 Jul 2009 11:54:44 +0000 (13:54 +0200)
Debbugs/Status.pm

index 93b13ce51b0d793a35eba4ca81919736a2091268..9bb7ce812c9d377a9b38a1bda5ad07c5c864e7dd 100644 (file)
@@ -291,7 +291,7 @@ my %split_fields =
      affects        => \&splitpackages,
      blocks         => $ditch_empty_space,
      blockedby      => $ditch_empty_space,
-     tags           => sub {return &{$ditch_empty}(qr/\s*\,\s*/,@_)},
+     tags           => $ditch_empty_space,
      found_versions => $ditch_empty_space,
      fixed_versions => $ditch_empty_space,
      mergedwith     => $ditch_empty_space,
@@ -347,7 +347,7 @@ sub join_status_fields {
         affects        => ', ',
         blocks         => ' ',
         blockedby      => ' ',
-        tags           => ', ',
+        tags           => ' ',
         found_versions => ' ',
         fixed_versions => ' ',
         found_date     => ' ',