nathank
(Nathan Kershaw)
29 Luglio 2026, 11:02pm
1
Ho appena inviato una notifica riguardante un sondaggio a tutti gli utenti del nostro sito. È una cosa minore, ma nella notifica via email il titolo del sondaggio è duplicato duplicato.
Ecco il titolo del sondaggio sul sito (con un’intestazione sopra):
E nella notifica via email (tramite Gmail):
Sembra solo disordinato / poco professionale.
C’è qualche modo per far controllare questa questione?
Grazie per il report @nathank Sarà corretto da
main ← fix-duplicate-poll-title-in-emails
merged 11:02AM - 30 Jul 26 UTC
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
1 Mi Piace