Skip to content

Commit ab06599

Browse files
committed
Fix whitespace
1 parent 29fee14 commit ab06599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rdoc/ri/formatter.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,13 +481,13 @@ def display_list(list)
481481
when :LABELED then
482482
list_type = "dl"
483483
prefixer = proc do |li|
484-
"<dt><b>" + escape(li.label) + "</b><dd>"
484+
"<dt><b>" + escape(li.label) + "</b><dd>"
485485
end
486486

487487
when :NOTE then
488488
list_type = "table"
489489
prefixer = proc do |li|
490-
%{<tr valign="top"><td>#{li.label.gsub(/ /, '&nbsp;')}</td><td>}
490+
%{<tr valign="top"><td>#{li.label.gsub(/ /, '&nbsp;')}</td><td>}
491491
end
492492
else
493493
fail "unknown list type"

0 commit comments

Comments
 (0)