File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docgenerator/SDKDocGeneratorLib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ <h1 class="title">AWS SDK for .NET Version 3 API Reference</h1>
81
81
< input type ="text " name ="searchQuery " id ="sq ">
82
82
< input type ="image " alt ="Go " src ="../resources/search-button.png " id ="sb ">
83
83
</ div >
84
- < input id ="this_doc_product " type ="hidden " value ="AWS SDK Version 3 for .NET " name ="this_doc_product ">
84
+ < input id ="this_doc_product " type ="hidden " value ="AWS SDK for .NET Version 3 " name ="this_doc_product ">
85
85
< input id ="this_doc_guide " type ="hidden " value ="API Reference " name ="this_doc_guide ">
86
86
< input type ="hidden " value ="en_us " name ="doc_locale ">
87
87
</ form >
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ protected virtual void WriteToolbar(TextWriter writer)
219
219
writer . WriteLine ( "<input type=\" text\" name=\" searchQuery\" id=\" sq\" >" ) ;
220
220
writer . WriteLine ( "<input type=\" image\" alt=\" Go\" src=\" {0}/resources/search-button.png\" id=\" sb\" >" , RootRelativePath ) ;
221
221
writer . WriteLine ( "</div>" ) ;
222
- writer . WriteLine ( "<input id=\" this_doc_product\" type=\" hidden\" value=\" AWS SDK Version 3 for .NET\" name=\" this_doc_product\" >" ) ;
222
+ writer . WriteLine ( "<input id=\" this_doc_product\" type=\" hidden\" value=\" AWS SDK for .NET Version 3 \" name=\" this_doc_product\" >" ) ;
223
223
writer . WriteLine ( "<input id=\" this_doc_guide\" type=\" hidden\" value=\" API Reference\" name=\" this_doc_guide\" >" ) ;
224
224
writer . WriteLine ( "<input type=\" hidden\" value=\" en_us\" name=\" doc_locale\" >" ) ;
225
225
writer . WriteLine ( "</form>" ) ;
You can’t perform that action at this time.
0 commit comments