Undo revision 1.31. The FreeBSD Web server www.freebsd.org support
more than one CVS tree and FreeBSD.org E-mail hyperlinks will not work for the other trees (e.g. NetBSD, learn etc.). Pointed out by: Wolfgang Solfrank <ws@tools.de>
This commit is contained in:
parent
ad01e42517
commit
8044939abb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5648
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
# $FreeBSD: www/en/cgi/cvsweb.cgi,v 1.33 1999/09/06 07:02:40 peter Exp $
|
||||
# $FreeBSD: www/en/cgi/cvsweb.cgi,v 1.34 1999/09/08 13:04:09 peter Exp $
|
||||
#
|
||||
|
||||
|
||||
|
@ -729,7 +729,7 @@ sub dolog {
|
|||
print " <i>(vendor branch)</i>";
|
||||
}
|
||||
print " <i>" . &ctime($date{$_}) . " UTC</i> by ";
|
||||
print "<i><a href=\"mailto:" . $author{$_} . "\@FreeBSD.org\">" . $author{$_} . "</a></i>\n";
|
||||
print "<i>" . $author{$_} . "</i>\n";
|
||||
if ($revsym{$_}) {
|
||||
print "<BR>CVS Tags: <b>$revsym{$_}</b>";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue