# Space in

**URL:** https://forum.mautic.org/t/space-in/38252
**Category:** Product Support
**Created:** [June 3, 2026, 8:31am UTC](https://forum.mautic.org/t/space-in/38252 "2026-06-03T08:31:05Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![zwf](https://avatars.discourse-cdn.com/v4/letter/z/f475e1/32.png) [@zwf](https://forum.mautic.org/u/zwf)
#### Post date: [June 3, 2026, 8:31am UTC](https://forum.mautic.org/t/space-in/38252/1 "2026-06-03T08:31:05Z")

</div>

**Your software**  
My Mautic version is: 6.0.8.  
My PHP version is: 8.3.38.3.300

Hello, small annoying bug that didn’t happened in Mautic 4 nor Mautic 5.

Sometimes in my email builder, there is a space between 2 words, then when the campaign is sent this space disappear.

Example :

- in the builder : “this is an example”
- in the sent email : “this is anexample”

It happens also with some words where I put a link on it, but not always.

---

<div class="post-metadata">

### Author: ![zwf](https://avatars.discourse-cdn.com/v4/letter/z/f475e1/32.png) [@zwf](https://forum.mautic.org/u/zwf)
#### Post date: [June 8, 2026, 9:22am UTC](https://forum.mautic.org/t/space-in/38252/2 "2026-06-08T09:22:08Z")

</div>

Hello ?

No one has any idea ?

---

<div class="post-metadata">

### Author: ![zwf](https://avatars.discourse-cdn.com/v4/letter/z/f475e1/32.png) [@zwf](https://forum.mautic.org/u/zwf)
#### Post date: [June 8, 2026, 4:01pm UTC](https://forum.mautic.org/t/space-in/38252/3 "2026-06-08T16:01:53Z")

</div>

I think it has to do with link, or bold or italic and eventually some copied paste text but I can’t source the bug since a text in an email can change many times according to feedbacks and stuff.

---

<div class="post-metadata">

### Author: ![zwf](https://avatars.discourse-cdn.com/v4/letter/z/f475e1/32.png) [@zwf](https://forum.mautic.org/u/zwf)
#### Post date: [June 15, 2026, 2:27pm UTC](https://forum.mautic.org/t/space-in/38252/4 "2026-06-15T14:27:46Z")

</div>

I had to add manually "&nbsp;" wher the issue was located to ensure the space between words.

It’s ok if this work, but having this extra issue requires more tests that I did had to do before.

---

<div class="post-metadata">

### Author: ![zwf](https://avatars.discourse-cdn.com/v4/letter/z/f475e1/32.png) [@zwf](https://forum.mautic.org/u/zwf)
#### Post date: [September 17, 2026, 10:36am UTC](https://forum.mautic.org/t/space-in/38252/5 "2026-09-17T10:36:17Z")

</div>

or adding “&nbsp” manually in the code…

---

<div class="post-metadata">

### Author: ![alexzlobin](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/alexzlobin/32/13606_2.png) [@alexzlobin](https://forum.mautic.org/u/alexzlobin)
#### Post date: [September 18, 2026, 10:46am UTC](https://forum.mautic.org/t/space-in/38252/6 "2026-09-18T10:46:41Z")

</div>

Hi, adding `&nbsp;` is a valid temporary workaround, but normal spaces should not disappear. To identify where this happens, could you please provide one minimal reproducible example?

Please include:

1. The exact HTML fragment from the email builder, especially around the missing space. For example, whether the text looks like:

2. The HTML source of the received message, using “Show original” / “View source” in the mail client.

3. Whether the space is already missing in the Mautic preview, or only in the delivered email.

4. The email client where the problem is visible.

This distinction is important: if the space exists in the raw delivered HTML, the issue is likely client-side rendering or CSS. If it is missing from the raw message, it points to the builder or email-rendering pipeline.

Please also test the same minimal HTML snippet on a clean current `7.2` installation. Version `6.0.8` no longer receives normal bug fixes, so a confirmed reproduction on a supported version is needed before this can be investigated as a core issue.

Once we have the smallest failing HTML example, it should be possible to create a focused GitHub issue rather than relying on `&nbsp;` throughout the template.
