D25164
D25164
Fix PHP 8.1 "rawurlencode(null)" exception which blocks rendering a project page
Author: aklapper
Reviewers: O1: Blessed Committers, valerio.bozzolan
Summary: After PHP 8.1 the function `rawurlencode()` does not accept anymore the `null` value.
Thus return an empty string when…