summaryrefslogtreecommitdiff
path: root/textproc/ruby-rdtool/patches/patch-aa
blob: bbd492312080456139d5d6a351be1ab0613faf39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.3 2002/10/06 15:10:25 taca Exp $

--- rd/rd2html-lib.rb.orig	Sat Feb  2 04:00:02 2002
+++ rd/rd2html-lib.rb
@@ -260,7 +260,7 @@ module RD
       label = hyphen_escape(element.label)
       if description.empty?
 	%Q[<dt><a name="#{anchor}" id="#{anchor}"><code>#{term}] +
-        %Q[</code></a><!-- RDLabel: "#{label}" -->]
+        %Q[</code></a></dt><!-- RDLabel: "#{label}" -->]
       else
         %Q[<dt><a name="#{anchor}" id="#{anchor}"><code>#{term}] +
 	%Q[</code></a></dt><!-- RDLabel: "#{label}" -->\n] +