Skip to content

Commit

Permalink
Added header
Browse files Browse the repository at this point in the history
  • Loading branch information
LordZero25 committed Jun 29, 2018
1 parent a7da93b commit 27d993e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/syosetuDownloader/Syousetsu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,10 @@ public static string GetNovelHeader(HtmlDocument doc, Constants.FileType fileTyp
string temp = (str != "") ? ("<p>" + str + "</p>") : ("<p><br/></p>");
sb.AppendLine(temp);
}

sb.AppendLine("<hr/>");

return sb.ToString();
}

return String.Empty;
Expand Down

0 comments on commit 27d993e

Please sign in to comment.