X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2f9291ba5764fe104264ae7e3b6a361e11212e8b..083375b3c33f6aae6d81b17f12318e80e5c992db:/lib/rich_text.rb diff --git a/lib/rich_text.rb b/lib/rich_text.rb index 2b3e07d6a..1de7b882b 100644 --- a/lib/rich_text.rb +++ b/lib/rich_text.rb @@ -37,7 +37,7 @@ module RichText link_size += link.content.length end - link_proportion = link_size.to_f / doc.content.length.to_f + link_proportion = link_size.to_f / doc.content.length end spammy_phrases = SPAMMY_PHRASES.count do |phrase|