diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index 15419adb..d9e4a717 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -188,8 +188,8 @@ function renderEmailContent(email: Email) { // Prefer HTML content if available if (htmlContent) { return ( -
{line}
))} @@ -245,14 +245,14 @@ function renderEmailContent(email: Email) { .replace(/<\/html>/gi, ''); return ( -{line}
))}