From 5882516bf430bbdd3b74246e58245b01517282c5 Mon Sep 17 00:00:00 2001 From: gecko <> Date: Tue, 14 Sep 1999 15:13:13 -0800 Subject: [PATCH] [project @ 1999-09-14 16:13:13 by gecko] Removed some wayward paranthesis --- scripts/db2html.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/db2html.in b/scripts/db2html.in index 0aae57c0..25715442 100755 --- a/scripts/db2html.in +++ b/scripts/db2html.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: db2html.in,v 1.2 1999/09/09 03:17:57 gecko Exp $ +# $Id: db2html.in,v 1.3 1999/09/14 16:13:13 gecko Exp $ # usage: db2html [-diff] [-stampfile=] [-lastrun=] #load the necessary libraries/configuration @@ -337,8 +337,8 @@ for $f (@files) &file("$linkto.html",'non', "$gProject $gBug report logs - ". "$short\n". - "\n". - "

$gProject) $gBug report logs - $short
\n". + "\n". + "

$gProject $gBug report logs - $short
\n". &sani($s_subject)."

". "$descriptivehead\n". "\n
\n". -- 2.39.5