mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -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)
|
private void EndLoopHtml(StringBuilder sb)
|
||||||
{
|
{
|
||||||
sb.Append("<td");
|
sb.Append("</td>");
|
||||||
sb.Append("<hr>");
|
sb.Append("<hr>");
|
||||||
sb.Append("<br>");
|
sb.Append("<br>");
|
||||||
sb.Append("<br>");
|
sb.Append("<br>");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue