aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorDavid Prévot <taffit-guest>2011-04-30 23:17:08 +0000
committerDavid Prévot <taffit-guest>2011-04-30 23:17:08 +0000
commitb25322d4d9e4429708ff732d93fdd04620187fe7 (patch)
tree8f5ebbbfcb80936a1f0dc81e5fdc49dcf3d1877a /stattrans.pl
parentfc593dfa22ffa5e1c0ed887207e5b51f5f31119e (diff)
Remove useless revision attribute [ Nobuyuki Morita ]. Closes: #624717
CVS version numbers stattrans.pl: 1.102 -> 1.103
Diffstat (limited to 'stattrans.pl')
-rwxr-xr-xstattrans.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/stattrans.pl b/stattrans.pl
index fb485616c61..6f7533f67f8 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -395,8 +395,8 @@ foreach $lang (@search_in) {
$file, $transversion{"$lang/$file"}, $version{"$orig/$file"}, $seconddifftype, $transversion{"$lang/$file"}, $version{"$orig/$file"};
}
$o_body .= sprintf "<td><a href=\"http://alioth.debian.org/scm/viewvc.php/webwml/$orig/%s?root=webwml#rev%s\">[L]</a></td>", $file, $version{"$orig/$file"};
- $o_body .= sprintf "<td><a href=\"http://alioth.debian.org/scm/viewvc.php/webwml/%s/%s?root=webwml\&amp;view=markup\&amp;revision=%s\">[V]</a>\&nbsp;", $lang, $file, $version{"$orig/$file"};
- $o_body .= sprintf "<a href=\"http://alioth.debian.org/scm/viewvc.php/*checkout*/webwml/%s/%s?root=webwml\&amp;revision=%s\">[F]</a></td>", $lang, $file, $version{"$orig/$file"};
+ $o_body .= sprintf "<td><a href=\"http://alioth.debian.org/scm/viewvc.php/webwml/%s/%s?root=webwml\&amp;view=markup\">[V]</a>\&nbsp;", $lang, $file;
+ $o_body .= sprintf "<a href=\"http://alioth.debian.org/scm/viewvc.php/*checkout*/webwml/%s/%s?root=webwml\">[F]</a></td>", $lang, $file;
$o_body .= sprintf "<td align=center>%s</td>", $maintainer{"$lang/$file"} || "";
$o_body .= "</tr>\n";
$outdated{$lang}++;

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