From 3f863f05f658b63186008516bfe173b23c68ca7e Mon Sep 17 00:00:00 2001 From: nashe Date: Fri, 5 Jan 2018 20:01:03 +0100 Subject: Do not let SimplePie add HTML tags when displaying author --- custom/views/default/index.tpl.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/custom/views/default/index.tpl.php b/custom/views/default/index.tpl.php index 2a5827f..45303d5 100755 --- a/custom/views/default/index.tpl.php +++ b/custom/views/default/index.tpl.php @@ -41,8 +41,7 @@ header('Content-type: text/html; charset=UTF-8'); get_title(); ?>

- - get_author()? $item->get_author()->get_name() : 'Anonymous'); ?>, + get_author()? $item->get_author()->get_name() : 'Anonymous')); ?>, get_date('U'); //echo ''.date('d/m/Y', $item->get_date('U')).''; -- cgit v1.2.1