From 12fa30df31f0c4247c8591b19673a72d0342de28 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 25 Dec 2003 19:59:39 +0000 Subject: Fix problem with rule calculation git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/markup/simple_markup/to_flow.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/rdoc/markup') diff --git a/lib/rdoc/markup/simple_markup/to_flow.rb b/lib/rdoc/markup/simple_markup/to_flow.rb index b91bb12e1..5d78849b9 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 -- cgit