Skip to content

Commit

Permalink
Fixed marklogic-community#758: Fixed encoding of amp in Roxy rewriter…
Browse files Browse the repository at this point in the history
… lib
  • Loading branch information
grtjn committed May 26, 2017
1 parent b3c4e9b commit b586636
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 b586636

Please sign in to comment.