Date: Tue, 8 Jan 2002 15:58:49 +0200 From: Alexey Zelkin <phantom@ark.cris.net> To: Peter Pentchev <roam@ringlet.net> Cc: freebsd-doc@FreeBSD.ORG Subject: Re: docs/33641 Was it not designed to work this way? Message-ID: <20020108155849.D83902@ark.cris.net> In-Reply-To: <200201081230.g08CU3W24152@freefall.freebsd.org>; from roam@ringlet.net on Tue, Jan 08, 2002 at 04:30:03AM -0800 References: <200201081230.g08CU3W24152@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
hi, On Tue, Jan 08, 2002 at 04:30:03AM -0800, Peter Pentchev wrote: > Index: www/en/cgi/gallery.cgi > =================================================================== > RCS file: /home/ncvs/www/en/cgi/gallery.cgi,v > retrieving revision 1.19 > diff -u -r1.19 gallery.cgi > --- www/en/cgi/gallery.cgi 24 Oct 2001 17:29:39 -0000 1.19 > +++ www/en/cgi/gallery.cgi 8 Jan 2002 12:03:37 -0000 > @@ -22,8 +22,8 @@ > require 'cgi-style.pl'; > > # Construct the gallery entry in HTML form > -$entry = "<li><a href=\"$in{'url'}\"><strong>$in{'organization'}</strong> " . > - "-- $in{'description'}</a></li>"; > +$entry = "<li><a href=\"$in{'url'}\"></a><strong>$in{'organization'}</strong>". > + " -- $in{'description'}</li>"; > > # Try and figure out where the person came from so we can provide > # links back to the correct place. Using this patch problem should be absolutely reversed :-) No link should be displayed at all :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020108155849.D83902>