mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge branch 'master' into fix_limited_search_results
This commit is contained in:
@@ -60,8 +60,7 @@ class Search
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
def self.blurb_for(cooked, term=nil, blurb_length=200)
|
||||
def self.blurb_for(cooked, term = nil, blurb_length = 200)
|
||||
cooked = SearchIndexer::HtmlScrubber.scrub(cooked).squish
|
||||
|
||||
blurb = nil
|
||||
|
||||
Reference in New Issue
Block a user