From 78b0bcc19ad3aba0e1e10d7441290a8af82e63bf Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 6 Aug 2013 13:56:32 +0200 Subject: move sanitation of urls to the serverside code to also provide security for clients, fix #151 --- templates/part.items.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/part.items.php b/templates/part.items.php index f9fc3805f..9a067cf6e 100644 --- a/templates/part.items.php +++ b/templates/part.items.php @@ -22,7 +22,7 @@

{{ item.title }}

+ target="_blank" ng-href="{{ item.url }}"> {{ item.title }}

@@ -30,7 +30,7 @@

t('from')) ?> - {{ itemBusinessLayer.getFeedTitle(item.id) }} -- cgit v1.2.3