Replace comma with backslash for markdown syntax

master
Heuzef 7 years ago
parent 984c3278d3
commit cc89ce3d9a
  1. 2
      report_acl.pl

@ -178,7 +178,7 @@ foreach my $users (@users) {
} }
} }
my @list_sf_rw = uniq(@list_sf_rw); my @list_sf_rw = uniq(@list_sf_rw);
foreach (@list_sf_rw) { print "$_, "; } foreach (@list_sf_rw) { print "$_\\ "; }
} }
print " | "; print " | ";

Loading…
Cancel
Save