mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Moved the horizontal rules inside the table row
This commit is contained in:
parent
24b1d82084
commit
3e5e188e2c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue