Moved the horizontal rules inside the table row

pull/579/head
tidusjar 8 years ago
parent 24b1d82084
commit 3e5e188e2c

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

Loading…
Cancel
Save