From 63d6884e23081ad17f9eeb68da7478c4cb7de296 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 21 Aug 2012 17:56:20 +0200 Subject: [PATCH] Sanitizing the user input to prevent a reflected XSS. Thanks to Nico Golde (ngolde.de) --- apps/gallery/templates/index.php | 76 ++++++++++++++++---------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/apps/gallery/templates/index.php b/apps/gallery/templates/index.php index e30052fafa3..a41bf3c47ba 100644 --- a/apps/gallery/templates/index.php +++ b/apps/gallery/templates/index.php @@ -14,7 +14,7 @@ div.visible { opacity: 0.8;}