aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorHolger Wansing <holgerw>2016-08-28 22:18:39 +0000
committerHolger Wansing <holgerw>2016-08-28 22:18:39 +0000
commitc7222362194515cfa3959256b0f11b8669ea35bc (patch)
tree8117916f3118ccaef2a8c66232082df762a0b7c9 /stattrans.pl
parent2f3366afbe95cfc0188302ade1aa3fdff48b5cc5 (diff)
Fix invalid links for diff on website-translation statistics pages.
Thanks to Luca Monducci for the patch. CVS version numbers stattrans.pl: 1.117 -> 1.118
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 8f130ab2ce5..f54405c2262 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -372,7 +372,7 @@ sub alioth_cvs_diff_url {
my ( $path, $r1, $r2, $diff_format ) = @_;
return alioth_cvs_file_url($path)
- . sprintf( '?r1=%s;r2=%s;diff_format=%s', $r1, $r2, $diff_format );
+ . sprintf( '?r1=%s&r2=%s&diff_format=%s', $r1, $r2, $diff_format );
}
sub alioth_cvs_view_url {

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