Package: www.debian.org Severity: wishlist Tags: l10n, patch
The link to diff in stats page cause error 400 Bad request on anonscm.debian.org. The attached patch fix this error. Regards, Luca
--- C:/Users/Luca/AppData/Local/Temp/TCV21341.tmp/stattrans.1.117.pl Tue Jan 12 12:43:58 2016 +++ C:/cygwin/home/Luca/webwml/stattrans.pl Sat Aug 27 17:01:11 2016 @@ -372,7 +372,7 @@ 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 {