nathank
(Nathan Kershaw)
29 Julio, 2026 23:02
1
Acabo de enviar una notificación sobre una encuesta a todos los usuarios de nuestro sitio. Es un detalle menor, pero en la notificación por correo electrónico el título de la encuesta aparece duplicado.
Aquí está el título de la encuesta en el sitio (con un encabezado encima):
Y en el correo de notificación (vía Gmail):
Simplemente se ve desordenado / poco profesional.
¿Hay alguna manera de que esto se revise?
Gracias por el informe @nathank Se corregirá en
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 me gusta