Fixed an issue where the HTML in the newsletter was incorrect

pull/779/head
Jamie.Rees 8 years ago
parent a2decbeb3f
commit 9bb6f640ac

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

Loading…
Cancel
Save