Commit dad23860 authored by Jean-Baptiste Oellers's avatar Jean-Baptiste Oellers
Browse files

Merge remote-tracking branch 'origin/master' into ripley

parents 661750df 6c93cd41
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -783,7 +783,7 @@ class ProjectGrantController extends AbstractOscarController implements UseNotif
            if (is_array($value)) {
            }
            else {
                $templateProcessor->setValue($key, $value);
                $templateProcessor->setValue($key, htmlspecialchars($value, ENT_COMPAT | ENT_HTML401, NULL, false));
            }
        }