From owner-svn-doc-all@FreeBSD.ORG Fri Jul 18 03:47:22 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60604136; Fri, 18 Jul 2014 03:47:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CF6820E1; Fri, 18 Jul 2014 03:47:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6I3lLVV091452; Fri, 18 Jul 2014 03:47:21 GMT (envelope-from peter@svn.freebsd.org) Received: (from peter@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6I3lLoA091451; Fri, 18 Jul 2014 03:47:21 GMT (envelope-from peter@svn.freebsd.org) Message-Id: <201407180347.s6I3lLoA091451@svn.freebsd.org> From: Peter Wemm Date: Fri, 18 Jul 2014 03:47:21 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45334 - head/en_US.ISO8859-1/htdocs/cgi X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2014 03:47:22 -0000 Author: peter (src committer) Date: Fri Jul 18 03:47:21 2014 New Revision: 45334 URL: http://svnweb.freebsd.org/changeset/doc/45334 Log: Fix "print (...) interpreted as function" Modified: head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi Modified: head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi Fri Jul 18 02:41:28 2014 (r45333) +++ head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi Fri Jul 18 03:47:21 2014 (r45334) @@ -261,17 +261,16 @@ sub PrintPR "FreeBSD has migrated to Bugzilla. Please check the current Bugzilla version of this PR." ); - print ("

The historical version shown below is likely out of date and is for debugging purposes only!

\n"); + print "

The historical version shown below is likely out of date and is for debugging purposes only!

\n"; - print ("

" . + print "

" . $q->escapeHTML( $gnatspr->FieldSingle('Category') . '/' . $gnatspr->FieldSingle('Number') . ': ' . $gnatspr->FieldSingle('Synopsis') - ) . "

\n" - ); + ) . "\n"; # Header stuff of interest