mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing comment typos.
--HG-- branch : dev
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Orchard.Search.Controllers {
|
|||||||
|
|
||||||
var searchViewModel = new SearchViewModel {
|
var searchViewModel = new SearchViewModel {
|
||||||
Query = q,
|
Query = q,
|
||||||
DefaultPageSize = 10, // <- yeah, I know :|
|
DefaultPageSize = 10, // TODO: sebastien <- yeah, I know :|
|
||||||
PageOfResults = pageOfItems
|
PageOfResults = pageOfItems
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace Orchard.Search.Models {
|
namespace Orchard.Search.Models {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Cotnent part for the search form widget
|
/// Content part for the search form widget
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class SearchFormPart : ContentPart {
|
public class SearchFormPart : ContentPart {
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user