diff --git a/lib/oneboxer/discourse_local_onebox.rb b/lib/oneboxer/discourse_local_onebox.rb index 1c204062984..b262e7d3712 100644 --- a/lib/oneboxer/discourse_local_onebox.rb +++ b/lib/oneboxer/discourse_local_onebox.rb @@ -67,7 +67,7 @@ module Oneboxer category = topic.category if category - category = "#{category.name}" + category = "#{category.name}" end quote = post.excerpt(SiteSetting.post_onebox_maxlength)