From 2531c226a0b79ac5d5469345bc18f5ba87640396 Mon Sep 17 00:00:00 2001 From: Thomas Hunziker Date: Fri, 10 Jan 2014 08:28:56 +0100 Subject: [PATCH] Escape title --- .../com_patchtester/views/pulls/tmpl/default_items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administrator/components/com_patchtester/views/pulls/tmpl/default_items.php b/administrator/components/com_patchtester/views/pulls/tmpl/default_items.php index b8569f2..4afb2c1 100644 --- a/administrator/components/com_patchtester/views/pulls/tmpl/default_items.php +++ b/administrator/components/com_patchtester/views/pulls/tmpl/default_items.php @@ -24,7 +24,7 @@ foreach ($this->items as $i => $item) : - title; ?> + escape($item->title); ?>