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

Commit

Permalink
Merge pull request #765 from grtjn/758-roxy-rewriter-typo
Browse files Browse the repository at this point in the history
Fixed #758: Fixed encoding of amp in Roxy rewriter lib
  • Loading branch information
RobertSzkutak committed May 31, 2017
2 parents 76f49ae + b586636 commit 9e7bae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/roxy/lib/rewriter-lib.xqy
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ declare function rewriter:rewrite(

return (
if ($has-params or $i gt 1)
then "&"
then "&"
else "?",
subsequence($step-names,$i,1),
"=",
Expand Down

0 comments on commit 9e7bae9

Please sign in to comment.