diff --git a/DiscordChatExporter.Core/Resources/ExportTemplates/HtmlShared/Main.html b/DiscordChatExporter.Core/Resources/ExportTemplates/HtmlShared/Main.html
index 23190573..e8f73a55 100644
--- a/DiscordChatExporter.Core/Resources/ExportTemplates/HtmlShared/Main.html
+++ b/DiscordChatExporter.Core/Resources/ExportTemplates/HtmlShared/Main.html
@@ -195,7 +195,7 @@
{{~ for reaction in message.Reactions ~}}
-

+
{{ reaction.Count }}
{{~ end ~}}
diff --git a/DiscordChatExporter.Core/Services/ExportService.TemplateModel.cs b/DiscordChatExporter.Core/Services/ExportService.TemplateModel.cs
index 39aff2da..08bdffa9 100644
--- a/DiscordChatExporter.Core/Services/ExportService.TemplateModel.cs
+++ b/DiscordChatExporter.Core/Services/ExportService.TemplateModel.cs
@@ -210,7 +210,7 @@ namespace DiscordChatExporter.Core.Services
? "emoji--large"
: null;
- buffer.Append($"

");
+ buffer.Append($"

");
}
else if (node is LinkNode linkNode)