From a1ce52df8f9de0e4ad23503e59ae0b608c418491 Mon Sep 17 00:00:00 2001 From: tehspede Date: Wed, 12 Nov 2014 09:24:34 +0200 Subject: [PATCH] Fix missing HTML in notifications resulting in incorrect formatting. --- CHANGES.md | 1 + sickbeard/webserve.py | 2 ++ 2 files changed, 3 insertions(+) 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 += '