# HTML diffs and images

**URL:** <https://meta.discourse.org/t/html-diffs-and-images/84173>\
**Category:** Bug\
**Created:** [March 29, 2018, 9:00pm UTC](https://meta.discourse.org/t/html-diffs-and-images/84173 "2018-03-29T21:00:56Z")\
**Posts on this page:** 6\
**Page:** 1

<div class="post-metadata">

**Author:** ![notriddle](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/notriddle/32/133055_2.png) [@notriddle](https://meta.discourse.org/u/notriddle)\
**Post date:** [March 29, 2018, 9:00pm UTC](https://meta.discourse.org/t/html-diffs-and-images/84173/1 "2018-03-29T21:00:56Z")

</div>

How come the most recent change in [https://forum.bors.tech/t/adding-new-reviewers-to-a-repository/73](https://forum.bors.tech/t/adding-new-reviewers-to-a-repository/73) shows the images as being changed, when the raw diff shows that they aren’t being changed?

* * *

 ![image](https://global.discourse-cdn.com/meta/original/3X/d/2/d248b8a30a62858fd2423004a2fb40cb0f2e66d6.png)

* * *

 ![image](https://global.discourse-cdn.com/meta/original/3X/a/3/a3eb0aeb367a707431ba112fc8a4fd45f7e044ea.png)

---

<div class="post-metadata">

**Author:** ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)\
**Post date:** [March 29, 2018, 10:19pm UTC](https://meta.discourse.org/t/html-diffs-and-images/84173/2 "2018-03-29T22:19:59Z")

</div>

I think this is a technically hard problem to deal with, and the benefits are so minor (arguably cosmetic only) that we’re loathe to burn a week of engineering time on it. cc @zogstrip – this also might be a dupe topic.

---

<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:** [March 29, 2018, 10:44pm UTC](https://meta.discourse.org/t/html-diffs-and-images/84173/3 "2018-03-29T22:44:33Z")

</div>

As far as the _why_ it’s to do with how the post was baked for version 2 - back in 2017/11 the baking code put in:

```plaintext
<img src="//forum.bors.tech/uploads/default/optimized/1X/c5778e339bb03ad220076e342a86b05ecf95964d_1_352x500.PNG" alt="On a small screen, the Repositories button is under your user menu" width="352" height="500">

```

for the LHS and the new version does:

```plaintext
<img src="https://forum.bors.tech/uploads/default/optimized/1X/c5778e339bb03ad220076e342a86b05ecf95964d_1_352x500.PNG" alt="On a small screen, the Repositories button is under your user menu" width="352" height="500">

```

for the RHS.

It could be that e.g. SSL was forced in between those two dates.

---

<div class="post-metadata">

**Author:** ![notriddle](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/notriddle/32/133055_2.png) [@notriddle](https://meta.discourse.org/u/notriddle)\
**Post date:** [March 29, 2018, 10:49pm UTC](https://meta.discourse.org/t/html-diffs-and-images/84173/4 "2018-03-29T22:49:42Z")

</div>

Yeah, I think that is what happened. Thanks for the info!

---

<div class="post-metadata">

**Author:** ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)\
**Post date:** [July 17, 2018, 7:40am UTC](https://meta.discourse.org/t/html-diffs-and-images/84173/5 "2018-07-17T07:40:53Z")

</div>

Sorry, not sure I want to keep this open, we are unlikely to make any changes here and there was … technically… a legitimate change with the image.

Image diff would be a warmcan of a feature request.

---

<div class="post-metadata">

**Author:** ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)\
**Post date:** [July 17, 2018, 7:40am UTC](https://meta.discourse.org/t/html-diffs-and-images/84173/6 "2018-07-17T07:40:57Z")

</div>


