]> git.openstreetmap.org Git - rails.git/blobdiff - lib/rich_text.rb
Update Potlatch 2 to 2.3-547-g4a8c109 build
[rails.git] / lib / rich_text.rb
index 2b7e310094058cd7f22670743b2681510057ccd3..87ea58933579e93c043d1ed28adf5f9ac7a0f094 100644 (file)
@@ -36,7 +36,7 @@ module RichText
         link_proportion = 0
       end
 
-      return [link_proportion - 0.2, 0.0].max * 200 + link_count * 20
+      return [link_proportion - 0.2, 0.0].max * 200 + link_count * 40
     end
 
   protected