aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorJosip Rodin <joy>2002-12-05 14:42:48 +0000
committerJosip Rodin <joy>2002-12-05 14:42:48 +0000
commit77c02789e3357363c22cb61496f35e66fadd4149 (patch)
treee8e9c2eabdf1726c0bd0233e916ddaaed82d51ba /stattrans.pl
parentc894fe8f1b561f2876fbf70aa427248366342f59 (diff)
don't display question marks when there's no maintainer, that's stupid and pointless for most translations
CVS version numbers stattrans.pl: 1.52 -> 1.53
Diffstat (limited to 'stattrans.pl')
-rwxr-xr-xstattrans.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stattrans.pl b/stattrans.pl
index 2b7c9c509c5..eb1bc56c234 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -285,7 +285,7 @@ foreach $lang (@search_in) {
$o_body .= sprintf "<td>%s</td>", $version{"$orig/$file"};
$o_body .= sprintf "<td>%s</td>", $msg;
$o_body .= sprintf "<td>&nbsp;&nbsp;<a href=\"http://cvs.debian.org/webwml/$orig/%s.wml.diff\?r1=%s\&amp;r2=%s\&amp;cvsroot=webwml\&amp;diff_format=%s\">%s -> %s</a></td>", $file, $transversion{"$lang/$file"}, $version{"$orig/$file"}, $config{'difftype'}, $transversion{"$lang/$file"}, $version{"$orig/$file"};
- $o_body .= sprintf "<td align=center>%s</td>", $maintainer{"$lang/$file"}||"?";
+ $o_body .= sprintf "<td align=center>%s</td>", $maintainer{"$lang/$file"} || "";
$o_body .= "</tr>\n";
$outdated{$lang}++;
# Up-to-date translations

© 2014-2024 Faster IT GmbH | imprint | privacy policy