Fixed an issue where the HTML in the newsletter was incorrect

This commit is contained in:
Jamie.Rees 2016-12-15 08:25:24 +00:00
commit 9bb6f640ac

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>");