Be more specific about which PR is current and which is historical.
This commit is contained in:
parent
250d219a19
commit
b6ade22d89
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45078
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue