Skip to content

Commit

Permalink
Fixes #92
Browse files Browse the repository at this point in the history
  • Loading branch information
FransBouma committed Nov 29, 2023
1 parent 67832c6 commit 0f88724
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/DocNet/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ private void GenerateSearchPage(NavigationContext navigationContext)
searchSimpleElement.ContentProducerFunc = (e,c,n) =>@"
<h1 id=""search"">Search Results</h1>
<p>
<form id=""content_search"" action=""docnet_search.htm"">
<form id=""content_search"" action=""Docnet_search.htm"">
<span role= ""status"" aria-live=""polite"" class=""ui-helper-hidden-accessible""></span>
<input name=""q"" id=""search-query"" type=""text"" class=""search_input search-query ui-autocomplete-input"" placeholder=""Search the Docs"" autocomplete=""off"" autofocus/>
</form>
Expand Down
6 changes: 3 additions & 3 deletions src/DocNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Docnet")]
[assembly: AssemblyCopyright("Copyright ©2020 Frans Bouma")]
[assembly: AssemblyCopyright("Copyright ©2023 Frans Bouma")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,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("0.16.5.0")]
[assembly: AssemblyFileVersion("0.16.5")]
[assembly: AssemblyVersion("0.16.6.0")]
[assembly: AssemblyFileVersion("0.16.6")]

0 comments on commit 0f88724

Please sign in to comment.