Fix "print (...) interpreted as function"

This commit is contained in:
Peter Wemm 2014-07-18 03:47:21 +00:00
parent eadb0abf9a
commit 993f4b49cb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45334

View file

@ -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