# Doppelter Umfragetitel in E-Mail-Benachrichtigungen

**URL:** https://meta.discourse.org/t/duplicate-poll-title-in-email-notifications/408875
**Category:** UX
**Tags:** polls, fixed
**Created:** [29. Juli 2026 um 23:02 UTC](https://meta.discourse.org/t/duplicate-poll-title-in-email-notifications/408875 "2026-07-29T23:02:31Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [29. Juli 2026 um 23:02 UTC](https://meta.discourse.org/t/duplicate-poll-title-in-email-notifications/408875/1 "2026-07-29T23:02:31Z")

</div>

Ich habe gerade eine Benachrichtigung über eine Umfrage für alle Nutzer unserer Website verschickt. Es ist eine Kleinigkeit, aber in der E-Mail-Benachrichtigung wird der Titel der Umfrage doppelt doppelt angezeigt.

Hier ist der Titel der Umfrage auf der Website (mit einer Überschrift darüber):

 ![image](https://global.discourse-cdn.com/meta/original/4X/b/2/f/b2f7301c40668cb1ed2d25a1e1c7b4550558d57a.png)

Und in der Benachrichtigungs-E-Mail (über Gmail):

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

Es sieht einfach nur unordentlich / unprofessionell aus.

Könnte sich jemand bitte darum kümmern?

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [30. Juli 2026 um 09:02 UTC](https://meta.discourse.org/t/duplicate-poll-title-in-email-notifications/408875/3 "2026-07-30T09:02:57Z")

</div>

Danke für den Bericht @nathank 👍 Wird behoben durch

> <https://github.com/discourse/discourse/pull/42158>
>
> Previously, the \`reduce\_cooked\` handler appended the \`.poll-title\` element and t…hen the inner HTML of \`.poll-container\`. Since the markdown rule nests the title inside that container, every poll's title showed up twice in HTML emails — and, since they share the same code path, in digests, embedded comments and RSS feeds too.
> 
> This change drops the redundant append, leaving the container as the single source of the poll's content, and tightens the email specs to assert on the whole reduced fragment rather than with \`include\`, which a duplicate satisfies just as well as a single copy.
> 
> https://meta.discourse.org/t/408875

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [1. August 2026 um 09:05 UTC](https://meta.discourse.org/t/duplicate-poll-title-in-email-notifications/408875/5 "2026-08-01T09:05:26Z")

</div>


