From a5fa809335ad3303ad49e1152d9fe48854484f23 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 26 Jul 2010 23:29:07 +0100 Subject: [PATCH] another --- contrib/pools/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pools/theme.php b/contrib/pools/theme.php index 8fd47a54..cca13450 100644 --- a/contrib/pools/theme.php +++ b/contrib/pools/theme.php @@ -147,7 +147,7 @@ class PoolsTheme extends Themelet { public function view_pool($pools, $images, $pageNumber, $totalPages) { global $user, $page; - $this->display_top($pools, "Pool: ".$pools[0]['title']); + $this->display_top($pools, "Pool: ".html_escape($pools[0]['title'])); $pool_images = ''; foreach($images as $image) {