mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Merge pull request #779 from tidusjar/dev
Fixed an issue where the HTML in the newsletter was incorrect
This commit is contained in:
commit
d62c406f87
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