diff --git a/DiscordChatExporter.Core/Exporting/Writers/Html/MessageGroupTemplate.cshtml b/DiscordChatExporter.Core/Exporting/Writers/Html/MessageGroupTemplate.cshtml index cef8c3f..3c154c9 100644 --- a/DiscordChatExporter.Core/Exporting/Writers/Html/MessageGroupTemplate.cshtml +++ b/DiscordChatExporter.Core/Exporting/Writers/Html/MessageGroupTemplate.cshtml @@ -97,7 +97,7 @@ { var isPinnedStyle = message.IsPinned ? "chatlog__message--pinned" : null; -
+
@if (!string.IsNullOrWhiteSpace(message.Content) || message.EditedTimestamp is not null) {