Skip to content

Commit

Permalink
Version 2.2.2
Browse files Browse the repository at this point in the history
TOC CSS link fix
  • Loading branch information
LordZero25 committed Aug 28, 2017
1 parent 0dc170d commit 864e22d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added syosetuDownloader.suo
Binary file not shown.
4 changes: 2 additions & 2 deletions 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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.2.2")]
[assembly: AssemblyFileVersion("2.2.2")]
2 changes: 1 addition & 1 deletion syosetuDownloader/Syousetsu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public static void GenerateTableOfContents(Syousetsu.Constants details, HtmlDocu
HtmlNodeCollection cssNodeList = doc.DocumentNode.SelectNodes("//link[@rel='stylesheet']");

var cssNode = (from n in cssNodeList
where n.Attributes["href"].Value.Contains("syosetu")
where n.Attributes["href"].Value.Contains("ncout.css")
select n).ToList();

//get css link and download
Expand Down

0 comments on commit 864e22d

Please sign in to comment.