mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Fixed an issue where the HTML in the newsletter was incorrect
This commit is contained in:
parent
a2decbeb3f
commit
9bb6f640ac
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue