From bed2ed9f85cf0c25563eb5561517dafc25a5b29a Mon Sep 17 00:00:00 2001 From: farley128 <158223114+farley128@users.noreply.github.com> Date: Wed, 31 Dec 2025 12:19:21 -0500 Subject: [PATCH] Fix inconsistent CSS class usage for forwarded audio attachments Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- DiscordChatExporter.Core/Exporting/MessageGroupTemplate.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiscordChatExporter.Core/Exporting/MessageGroupTemplate.cshtml b/DiscordChatExporter.Core/Exporting/MessageGroupTemplate.cshtml index bb0b57d1..204e0cbd 100644 --- a/DiscordChatExporter.Core/Exporting/MessageGroupTemplate.cshtml +++ b/DiscordChatExporter.Core/Exporting/MessageGroupTemplate.cshtml @@ -302,7 +302,7 @@ } else if (attachment.IsAudio) { -