diff --git a/CHANGES.md b/CHANGES.md
index bf36d147..6a4a5b0b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -79,6 +79,7 @@
* Update PNotify to version [2.0.1]
* Change the notification popups to always show the close button.
* Fix issue where popups did not show if multiple tabs are used. Popups now queue and display when a tab is brought into focus.
+* Fix missing HTML in notifications resulting in incorrect formatting.
### 0.2.1 (2014-10-22 06:41:00 UTC)
diff --git a/sickbeard/webserve.py b/sickbeard/webserve.py
index bb6ac70b..f1762027 100644
--- a/sickbeard/webserve.py
+++ b/sickbeard/webserve.py
@@ -4250,6 +4250,7 @@ class Home(MainHandler):
if int(status) == WANTED:
msg = "Backlog was automatically started for the following seasons of " + showObj.name + ":
"
+ msg += '