Skip to content

Commit

Permalink
fixed crash in siteconquering printer Parker147#5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kromtec committed Jan 12, 2016
1 parent da94f08 commit 57c91a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LegendsViewer/Controls/HTML/SiteConqueredPrinter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public override string GetTitle()

public override string Print()
{
StringBuilder HTML = new StringBuilder();
HTML = new StringBuilder();

HTML.AppendLine("<h1>" + GetTitle() + "</h1></br>");

Expand Down

0 comments on commit 57c91a6

Please sign in to comment.