summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lo-commit-stat2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lo-commit-stat b/bin/lo-commit-stat
index a965815288b5..fadca4ec71bd 100755
--- a/bin/lo-commit-stat
+++ b/bin/lo-commit-stat
@@ -411,7 +411,7 @@ sub print_bugs($$$$)
$authors = " [" . join (", ", keys %{$pbugs->{$bug}{'author'}}) . "]";
}
- $bug =~ s/(.*)\#(.*)/* {{$1|$2}}/ if ($wiki);
+ $bug =~ s/(.*)\#(.*)/# {{$1|$2}}/ if ($wiki);
print $log $bug, " ", $summary, $authors, "\n";
}
}