From 8503547ec10016bdea7b150a90e2d0e3e914a19f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no>
Date: Wed, 18 Jul 2018 08:13:30 +0200
Subject: [PATCH] Remove redundant call to htmlspecialchars().

---
 www/errorreport.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/errorreport.php b/www/errorreport.php
index f04eb9eac..4ffe52452 100644
--- a/www/errorreport.php
+++ b/www/errorreport.php
@@ -82,7 +82,7 @@ $message = <<<MESSAGE
 MESSAGE;
 $message = sprintf(
     $message,
-    htmlspecialchars($text),
+    $text,
     $data['exceptionMsg'],
     $data['exceptionTrace'],
     $data['url'],
-- 
GitLab