=================================================================== RCS file: /cvs/cvsweb/cvsweb.cgi,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- cvsweb/cvsweb.cgi 1998/07/23 09:42:40 1.21 +++ cvsweb/cvsweb.cgi 1998/08/13 10:35:26 1.22 @@ -28,7 +28,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $fId$ +# $fId: cvsweb.cgi,v 1.21 1998/07/23 09:42:40 wosch Exp $ # @@ -173,8 +173,9 @@ if (-d $fullname) { print $shortinstr; } print "

"; - print "Current CVS tree: $cvstree
\n" - if $cvstree ne $cvstreedefault; + print "Current CVS tree: ", + ($CVSROOTdescr{"$cvstree"} ? $CVSROOTdescr{"$cvstree"} : + $cvstree), "
\n"; print "Current directory: /$where\n"; print "


\n"; # Using in this manner violates the HTML2.0 spec but