diff --git a/docs/release-notes.md b/docs/release-notes.md
index 8361a780..a94bb295 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -18,7 +18,9 @@
* The [FluentHttpClient package](https://github.com/Pathoschild/FluentHttpClient#readme) is now loaded by SMAPI.
* For the web UI:
- * The log parser now detects a missing or outdated Error Handler mod for its 'suggested fixes' section.
+ * Improved the log parser's 'suggested fixes' section:
+ * added warning if Error Handler is missing or outdated;
+ * improved visual styles.
* Updated the JSON validator/schema for Content Patcher 1.27.0.
* Fixed the mod count in the log parser metadata.
diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml
index 8bf5d86d..b824b768 100644
--- a/src/SMAPI.Web/Views/LogParser/Index.cshtml
+++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml
@@ -39,7 +39,7 @@
}
-
+
@@ -248,7 +248,7 @@ else if (log?.IsValid == true)
@if (errorHandler is null)
{
-
You don't have the Error Handler mod installed. This automatically prevents many game or mod errors. You can reinstall SMAPI to re-add it.
+
You don't have the Error Handler mod installed. This automatically prevents many game or mod errors. You can reinstall SMAPI to re-add it.