Skip to content

Fix unnecessarily escaped merge error text

Stan Hu requested to merge sh-improve-merge-error-display into master

Previously merge errors that included quotes, slashes, or other escaped characters were difficult to read. This commit uses the new v-safe-html to display the merge error.

Relates to #246816 (closed)

Before

image

After

image

Edited by Stan Hu

Merge request reports