]> git.donarmstrong.com Git - debbugs.git/blobdiff - scripts/text.in
[project @ 2003-10-01 14:40:40 by cjwatson]
[debbugs.git] / scripts / text.in
index 31e9c91b8086f56c68fe20beea5b72aa6dbb4870..a1df91940f7154fca8bcc8303061fdd0bc4fb7da 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: text.in,v 1.20 2003/06/04 18:05:51 cjwatson Exp $
+# $Id: text.in,v 1.23 2003/09/18 11:20:54 joy Exp $
 
 ############################################################################
 #  Here is a blurb to point people to ftp archive of directions.  It is
@@ -12,6 +12,7 @@
 # $gBadEmailPrefix  doc/bug-maint-info.txt
 # $gBadEmailPrefix";
 ############################################################################
+$gBadEmailPrefix = '' unless defined $gBadEmailPrefix;
 $gTextInstructions = "$gBadEmailPrefix";
 
 
@@ -170,7 +171,7 @@ $gHTMLStart = "<BODY>";
 ############################################################################
 # shows up at the end of (most) html pages.
 ############################################################################
-$gHTMLTail = "<HR>
+$gHTMLTail = "
  <ADDRESS>$gMaintainer &lt;<A HREF=\"mailto:$gMaintainerEmail\">$gMaintainerEmail</A>&gt;.
  Last modified:
  <!--timestamp-->
@@ -180,7 +181,7 @@ $gHTMLTail = "<HR>
  <P>
  <A HREF=\"http://$gWebDomain/\">Debian $gBug tracking system</A><BR>
  Copyright (C) 1999 Darren O. Benham,
- 1997 nCipher Corporation Ltd,
+ 1997,2003 nCipher Corporation Ltd,
  1994-97 Ian Jackson.
  </ADDRESS>
 ";