Merge pull request #779 from tidusjar/dev

Fixed an issue where the HTML in the newsletter was incorrect
This commit is contained in:
SuperPotatoMen 2016-12-15 20:19:49 +01:00 committed by GitHub
commit d62c406f87

View file

@ -511,7 +511,7 @@ namespace PlexRequests.Services.Jobs
private void EndLoopHtml(StringBuilder sb)
{
sb.Append("<td");
sb.Append("</td>");
sb.Append("<hr>");
sb.Append("<br>");
sb.Append("<br>");