summaryrefslogtreecommitdiffstats
path: root/credits2po
diff options
context:
space:
mode:
Diffstat (limited to 'credits2po')
-rwxr-xr-xcredits2po2
1 files changed, 1 insertions, 1 deletions
diff --git a/credits2po b/credits2po
index b1b65d49..74e662cf 100755
--- a/credits2po
+++ b/credits2po
@@ -17,7 +17,7 @@ use common;
),
(map {
if (/^\s*\* (.*)$/) {
- my ($contributor, $descr) = split(', ', $1);
+ my ($contributor, $descr) = split(', ', $1, 2);
#if (/^\s*\* (.*), (.*)/) {
chomp($descr);
$descr =~ s/(["@$])/\\$1/g;