Work around page breaking issue
This commit is contained in:
@ -11,6 +11,7 @@ namespace Elwig.Documents {
|
||||
public Document(string title) {
|
||||
var c = App.Client;
|
||||
DataPath = App.DataPath;
|
||||
CurrentNextSeason = Utils.CurrentNextSeason;
|
||||
Title = title;
|
||||
Header = $"<h1>{c.Name}</h1>";
|
||||
Footer = $"{c.NameFull}<br/>" +
|
||||
@ -32,6 +33,7 @@ namespace Elwig.Documents {
|
||||
}
|
||||
|
||||
public string DataPath { get; set; }
|
||||
public int CurrentNextSeason { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Header { get; set; }
|
||||
public string Footer { get; set; }
|
||||
|
Reference in New Issue
Block a user