aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2018-06-04 22:56:25 +0100
committerSteve McIntyre <steve@einval.com>2018-06-04 22:56:25 +0100
commit4ceed48fc8d600b59b6389e6d8a8f8cbcad56eda (patch)
tree445de85eb279132f1c46b8cb9bbaf43d4683b110 /stattrans.pl
parenta9ef17a50712ceeefbcce219548defa16f08595d (diff)
Fix up bare & in diff link output
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 63bc0df6e57..836d48829f3 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -426,7 +426,7 @@ sub vcs_diff_url {
if ($VCSHOST =~ m/alioth/) {
return "$VCSBASE/$path/?r1=$r1&amp;r2=$r2&amp;diff_format=$diff_format";
} elsif ($VCSHOST =~ m/salsa/) {
- return "$VCSBASE/compare?from=$r1&to=$r2";
+ return "$VCSBASE/compare?from=$r1&amp;to=$r2";
} else {
die "Unknown/unsupported VCSHOST $VCSHOST - ABORT\n";
}

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