Skip to content

Commit

Permalink
Added chapter css charset
Browse files Browse the repository at this point in the history
  • Loading branch information
LordZero25 committed Jun 30, 2018
1 parent 9d72a5e commit 02d90eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/syosetuDownloader/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.2")]
[assembly: AssemblyFileVersion("2.3.2")]
[assembly: AssemblyVersion("2.3.4")]
[assembly: AssemblyFileVersion("2.3.4")]
2 changes: 1 addition & 1 deletion src/syosetuDownloader/Syousetsu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ public static void SaveFile(Syousetsu.Constants details, string[] chapter, int c
fileName = String.Format(fileName + ".htm",
new object[] { current, chapter[0], details.SeriesCode });

File.WriteAllText(Path.Combine(path, "ChapterStyle.css"), "/*chapter css here*/");
File.WriteAllText(Path.Combine(path, "ChapterStyle.css"), "@charset \"UTF - 8\";\n/*chapter css here*/");
}

chapter[0] = String.Empty;
Expand Down

0 comments on commit 02d90eb

Please sign in to comment.