# Duplicate poll title in email notifications

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

<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: [July 30, 2026, 9:02am UTC](https://meta.discourse.org/t/duplicate-poll-title-in-email-notifications/408875/3 "2026-07-30T09:02:57Z")

</div>

Thanks for the report @nathank 👍 Will be fixed by

> <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

---

_[View the full topic](https://meta.discourse.org/t/duplicate-poll-title-in-email-notifications/408875)._
