Skip to content

Commit

Permalink
WEBUI-1112: Comparing Versions is populating data with special charac…
Browse files Browse the repository at this point in the history
…ters
  • Loading branch information
alokhyland committed Apr 1, 2024
1 parent 96cb106 commit 837bc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/diff/nuxeo-diff-behavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ export const DiffBehavior = {
offset += hunk.range.original[1] - hunk.range.new[1];
start += hunk.range.original[1] + (end - start);
});
return result;
return decodeURIComponent(result);
},

/* delta helpers: arrays */
Expand Down

0 comments on commit 837bc69

Please sign in to comment.