# File lib/rd/rd2html-lib.rb, line 230
    def apply_to_DescList(element, items)
      %Q[<dl>\n#{items.join("\n").chomp}\n</dl>]
    end