X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f6f23ed0ee63d1199e1aa2e0260b6c0c0fc0c21f..2771921cb17c4ffc6a08f48344f4d92c1fbccdce:/lib/rich_text.rb diff --git a/lib/rich_text.rb b/lib/rich_text.rb index 8950c6888..a0c4d9c8d 100644 --- a/lib/rich_text.rb +++ b/lib/rich_text.rb @@ -44,9 +44,9 @@ module RichText doc.content.include?(phrase) end - [link_proportion - 0.2, 0.0].max * 200 + - link_count * 40 + - spammy_phrases * 40 + ([link_proportion - 0.2, 0.0].max * 200) + + (link_count * 40) + + (spammy_phrases * 40) end protected