62446 extra spaces inside links on some lxr-generated pages

r=terry
This commit is contained in:
timeless%mac.com 2001-05-24 04:10:23 +00:00
Родитель 29836c8973
Коммит 37ee78c2b6
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,5 +1,5 @@
#!/usr/bonsaitools/bin/perl
# $Id: ident,v 1.5 1998-07-28 19:16:48 jwz%netscape.com Exp $
# $Id: ident,v 1.6 2001-05-24 04:10:23 timeless%mac.com Exp $
# ident -- Look up identifiers
#
@ -136,11 +136,11 @@ sub ident {
"View "
."<a href=\"" . $Conf->bonsaihome ."/cvslog.cgi?file=/mozilla/"
.$fnam
."&root=/cvsroot\">change log </a> or Blame"
."&root=/cvsroot\">change log</a> or Blame"
."<a href=\"" . $Conf->bonsaihome . "/cvsblame.cgi?&file=/mozilla/"
.$fnam
."&root=/cvsroot\">"
." annotations</a>"
."annotations</a>"
."\n"
);