Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Aug 2005 04:06:45 -0700
From:      "Jesus R. Camou" <jcamou@FreeBSD.org>
To:        Ceri Davies <ceri@submonkey.net>, "Jesus R. Camou" <jcamou@FreeBSD.org>, doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: www/en/cgi query-pr.cgi
Message-ID:  <20050811110645.GR242@opensea.mephis.org>
In-Reply-To: <20050811103540.GR55885@submonkey.net>
References:  <200508110134.j7B1YrJC083604@repoman.freebsd.org> <20050811103540.GR55885@submonkey.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Aug 11, 2005 at 11:35:40AM +0100, Ceri Davies wrote:
> On Thu, Aug 11, 2005 at 01:34:53AM +0000, Jesus R. Camou wrote:
> > jcamou      2005-08-11 01:34:53 UTC
> > 
> >   FreeBSD doc repository
> > 
> >   Modified files:
> >     en/cgi               query-pr.cgi 
> >   Log:
> >   o Add `Query PR' button.
> >   o Clean some tagging.
> 
> Is there any reason you backed out revision 1.40 while you were in here?

The patch was generated before rev 1.40, didn't notice that part.  I'll back 
it out.

> 
> > | @@ -141,7 +142,8 @@ while(<Q>) {
> > |  	$syn =~ s/[\t]+/ /g;
> > |  	$origsyn = $syn;
> > |  	$syn = &fixline($syn);
> > | -	print &html_header("Problem Report $cat/$number : $syn");
> > | +	print &short_html_header("Problem Report $cat/$number : $syn");
> > | +	print "<h1><font color='#660000'>Problem Report $cat/$number</font></h1>\n";
> > |  	print "<strong>$syn</strong><p>\n<dl>\n";
> > |      } else {
> > |  	next if $inhdr;
> 
> Ceri
> 
> -- 
> Only two things are infinite, the universe and human stupidity, and I'm
> not sure about the former.			  -- Einstein (attrib.)

-- 
Jesus R. Camou - jcamou@FreeBSD.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050811110645.GR242>