svn commit: r45078 - head/en_US.ISO8859-1/htdocs/cgi

Warren Block wblock at FreeBSD.org
Wed Jun 18 19:50:53 UTC 2014


Author: wblock
Date: Wed Jun 18 19:50:52 2014
New Revision: 45078
URL: http://svnweb.freebsd.org/changeset/doc/45078

Log:
  Be more specific about which PR is current and which is historical.

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	Wed Jun 18 14:41:16 2014	(r45077)
+++ head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi	Wed Jun 18 19:50:52 2014	(r45078)
@@ -258,10 +258,10 @@ sub PrintPR
 	# Page title
 
 	print html_header(
-			"FreeBSD has migrated to Bugzilla.  You should examine the <a href='https://bugs.freebsd.org/"
+			"FreeBSD has migrated to Bugzilla.  Please check the current <a href='https://bugs.freebsd.org/"
 			. $gnatspr->FieldSingle('Number') . "'/>Bugzilla version</a> of this PR."
 	);
-	print ("<h3>This historical version is likely out of date and is for debugging purposes only!</h3>\n");
+	print ("<h3>The historical version shown below is likely out of date and is for debugging purposes only!</h3>\n");
 
 	print ("<h3>" .
 		$q->escapeHTML(


More information about the svn-doc-all mailing list