Fix "print (...) interpreted as function"
This commit is contained in:
parent
eadb0abf9a
commit
993f4b49cb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45334
1 changed files with 3 additions and 4 deletions
|
@ -261,17 +261,16 @@ sub PrintPR
|
|||
"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>The historical version shown below 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>" .
|
||||
print "<h3>" .
|
||||
$q->escapeHTML(
|
||||
$gnatspr->FieldSingle('Category')
|
||||
. '/'
|
||||
. $gnatspr->FieldSingle('Number')
|
||||
. ': '
|
||||
. $gnatspr->FieldSingle('Synopsis')
|
||||
) . "</h3>\n"
|
||||
);
|
||||
) . "</h3>\n";
|
||||
|
||||
# Header stuff of interest
|
||||
|
||||
|
|
Loading…
Reference in a new issue