Moved the horizontal rules inside the table row

This commit is contained in:
tidusjar 2016-10-09 22:19:13 +01:00
commit 3e5e188e2c

View file

@ -151,10 +151,10 @@ namespace PlexRequests.Services.Jobs
sb.AppendFormat("<p style=\"font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;\">{0}</p>", info.Overview);
sb.Append("<td");
sb.Append("</tr>");
sb.Append("<hr>");
sb.Append("<br>");
sb.Append("<br>");
sb.Append("</tr>");
}
sb.Append("</table><br/><br/>");