Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 9e7bae9

Browse files
Merge pull request #765 from grtjn/758-roxy-rewriter-typo
Fixed #758: Fixed encoding of amp in Roxy rewriter lib
2 parents 76f49ae + b586636 commit 9e7bae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/roxy/lib/rewriter-lib.xqy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ declare function rewriter:rewrite(
184184

185185
return (
186186
if ($has-params or $i gt 1)
187-
then "&"
187+
then "&"
188188
else "?",
189189
subsequence($step-names,$i,1),
190190
"=",

0 commit comments

Comments
 (0)