From 11edb88f70222390fba3a88692c7fc8908eba8b7 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 25 Dec 2003 19:59:39 +0000 Subject: [PATCH] Fix problem with rule calculation git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/markup/simple_markup/to_flow.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/rdoc/markup/simple_markup/to_flow.rb b/lib/rdoc/markup/simple_markup/to_flow.rb index b91bb12e1f..5d78849b91 100644 --- a/lib/rdoc/markup/simple_markup/to_flow.rb +++ b/lib/rdoc/markup/simple_markup/to_flow.rb @@ -89,6 +89,8 @@ module SM end def accept_rule(am, fragment) + size = fragment.param + size = 10 if size > 10 @res << Rule.new(size) end