Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2002 04:30:03 -0800 (PST)
From:      Peter Pentchev <roam@ringlet.net>
To:        freebsd-doc@freebsd.org
Subject:   Re: docs/33641  Was it not designed to work this way?
Message-ID:  <200201081230.g08CU3W24152@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/33641; it has been noted by GNATS.

From: Peter Pentchev <roam@ringlet.net>
To: Tom Rhodes <darklogik@pittgoth.com>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: docs/33641  Was it not designed to work this way?
Date: Tue, 8 Jan 2002 14:23:40 +0200

 On Mon, Jan 07, 2002 at 05:30:01PM -0800, Tom Rhodes wrote:
 > The following reply was made to PR docs/33641; it has been noted by GNATS.
 > 
 > From: Tom Rhodes <darklogik@pittgoth.com>
 > To: freebsd-gnats-submit@FreeBSD.org
 > Cc:  
 > Subject: Re:docs/33641  Was it not designed to work this way?
 > Date: Mon, 07 Jan 2002 20:32:51 -0500
 > 
 >  Reading over this pr, I always thought this was how the FreeBSD team 
 >  wanted it to work.  However, I have tried this, its true that after the 
 >  preview button is pressed, the next page links the description as part 
 >  of the link (ie clickable).  Maybe it should stay like that, cause final 
 >  processing looks fine to me (under the gallery.html) and the only person 
 >  who sees this is the submitter.
 
 Still, no harm in fixing gallery.cgi so that it displays the entry
 exactly as it would be posted later :)  Patch attached.
 
 G'luck,
 Peter
 
 -- 
 If the meanings of 'true' and 'false' were switched, then this sentence wouldn't be false.
 
 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.

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?200201081230.g08CU3W24152>