diff options
Diffstat (limited to 'textproc/ruby-rdtool/patches/patch-aa')
-rw-r--r-- | textproc/ruby-rdtool/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/ruby-rdtool/patches/patch-aa b/textproc/ruby-rdtool/patches/patch-aa new file mode 100644 index 00000000000..bbd49231208 --- /dev/null +++ b/textproc/ruby-rdtool/patches/patch-aa @@ -0,0 +1,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] + |