Added utf8
This commit is contained in:
parent
1ad8086f31
commit
1b7547968a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class LyTemplate : Template
|
|||
public override void Head(System.String buffer)
|
||||
{
|
||||
base.Head(buffer);
|
||||
|
||||
buffer.Append("<meta charset=\"UTF-8\">\n");
|
||||
buffer.Append("<link rel=\"stylesheet\" type=\"text/css\" href=\"");
|
||||
for(var count in OutputFile.Split('/'))
|
||||
if(@count.HasMore)
|
||||
|
|
Loading…
Add table
Reference in a new issue