Use /search.html for the 'back' link.

This commit is contained in:
Wolfram Schneider 1998-03-18 19:20:38 +00:00
parent 0757d70db9
commit a89cf76d88
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2553
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
#
# Search and present a mail by Message-ID or In-Reply-To field
#
# $Id: mid.cgi,v 1.1 1998-03-15 22:00:09 wosch Exp $
# $Id: mid.cgi,v 1.2 1998-03-18 19:20:38 wosch Exp $
$hsty_base = '';
@ -86,7 +86,7 @@ sub clickable {
}
print &short_html_header("FreeBSD Message-ID Mail Archives");
print qq{<p><a href="mid.html">Back to the search interface</a><p>\n};
print qq{<p><a href="../search.html">Back to the search interface</a><p>\n};
&ReadParse(*input);