From 1ec841b7294c07cb56f621d9f883d6210ec089dd Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Mon, 25 Nov 2002 13:53:44 -0800 Subject: [PATCH] [project @ 2002-11-25 13:53:44 by cjwatson] Add missing tags to db2html's output (#50746). --- debian/changelog | 1 + scripts/db2html.in | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 958a2243..49b5bbb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ debbugs (2.4.1) UNRELEASED; urgency=low [Colin] * Add a man page for debbugsconfig. [Colin] * Report original tags when changing them, closes: #170630. [Colin] + * Add missing tags to db2html's output, closes: #50746. [Colin] -- Colin Watson Mon, 25 Nov 2002 03:50:20 +0000 diff --git a/scripts/db2html.in b/scripts/db2html.in index 7b50c2b5..388c8ac1 100755 --- a/scripts/db2html.in +++ b/scripts/db2html.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: db2html.in,v 1.11 2002/11/17 22:45:16 cjwatson Exp $ +# $Id: db2html.in,v 1.12 2002/11/25 13:53:44 cjwatson Exp $ # usage: db2html [-diff] [-stampfile=] [-lastrun=] #load the necessary libraries/configuration @@ -466,9 +466,9 @@ for $pending (qw(pending forwarded done)) { "$gHTMLStart

$who_html $gBug reports: $headstring

\n". $otherindex_html. ($pending eq 'done' ? "

\n$expirynote_html" : ''). - "


\n". + "
\n
    \n". $$value. - "
    \n". + "
\n
\n". $tail_html."\n"); } } -- 2.39.5