mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +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 {
|
||||
Query = q,
|
||||
DefaultPageSize = 10, // <- yeah, I know :|
|
||||
DefaultPageSize = 10, // TODO: sebastien <- yeah, I know :|
|
||||
PageOfResults = pageOfItems
|
||||
};
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Orchard.Search.Models {
|
||||
/// <summary>
|
||||
/// Cotnent part for the search form widget
|
||||
/// Content part for the search form widget
|
||||
/// </summary>
|
||||
public class SearchFormPart : ContentPart {
|
||||
}
|
||||
|
Reference in New Issue
Block a user