From: Bjoern Schiessle Date: Fri, 22 Jun 2012 11:58:15 +0000 (+0200) Subject: use sanitizeHTML() function X-Git-Tag: v4.0.3~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b6c862b32f3e97df37e2bf06aed715334031daba;p=nextcloud-server.git use sanitizeHTML() function Conflicts: apps/gallery/lib/tiles.php --- diff --git a/apps/gallery/lib/tiles.php b/apps/gallery/lib/tiles.php index dcdf6aa1bfb..53ea97ff05d 100644 --- a/apps/gallery/lib/tiles.php +++ b/apps/gallery/lib/tiles.php @@ -141,7 +141,7 @@ class TileStack extends TileBase { } public function get() { - $r = ''; + $r = ''; for ($i = 0; $i < count($this->tiles_array); $i++) { $top = rand(-5, 5); $left = rand(-5, 5);