# Incorrect diff shown (quoted characters) in edit review

**URL:** https://meta.discourse.org/t/incorrect-diff-shown-quoted-characters-in-edit-review/359909
**Category:** Bug
**Created:** [April 1, 2025, 8:21pm UTC](https://meta.discourse.org/t/incorrect-diff-shown-quoted-characters-in-edit-review/359909 "2025-04-01T20:21:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![supermathie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/supermathie/32/507518_2.png) [@supermathie](https://meta.discourse.org/u/supermathie)
#### Post date: [April 1, 2025, 8:21pm UTC](https://meta.discourse.org/t/incorrect-diff-shown-quoted-characters-in-edit-review/359909/1 "2025-04-01T20:21:18Z")

</div>

This diff shows up incorrectly in the edit review modal:

> ![The image contrasts two types of data structures in YAML format for Load Balancer entities within Prometheus, highlighting the difference between hierarchical and flat structures. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/b/3/5/b356596e0c305251f762b9885b48fee3fd783684.png)

actual old is:

```plaintext
      EB [label="Elasticsearch\nLoad Balancer"]
      {L1 L2 L3} -> EB

```

actual new is:

```plaintext
      {L1 L2 L3} -> {E1 E2 E3}
      {G1 G2 G3} -> {E1 E2 E3}

```
