From c5cc2821311012a8a4385a304a043c4b41f2afbb Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 31 Aug 2009 19:05:21 +0000 Subject: All line endings are now Unix-style. git-svn-id: https://code.elgg.org/elgg/trunk@3451 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/rss/annotation/default.php | 54 ++++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'views/rss/annotation') diff --git a/views/rss/annotation/default.php b/views/rss/annotation/default.php index 982654246..1433ba9b0 100644 --- a/views/rss/annotation/default.php +++ b/views/rss/annotation/default.php @@ -1,30 +1,30 @@ -entity_guid); + $title = substr($vars['annotation']->value,0,32); + if (strlen($vars['annotation']->value) > 32) + $title .= " ..."; + +?> - * @link http://elgg.org/ - * - */ - - - $vars['entity'] = get_entity($vars['annotation']->entity_guid); - $title = substr($vars['annotation']->value,0,32); - if (strlen($vars['annotation']->value) > 32) - $title .= " ..."; - -?> - - - getURL(); ?>#id; ?> - time_created) ?> - getURL(); ?>#id; ?> - <![CDATA[<?php echo $title; ?>]]> + + getURL(); ?>#id; ?> + time_created) ?> + getURL(); ?>#id; ?> + <![CDATA[<?php echo $title; ?>]]> value)); ?>]]> owner); @@ -46,5 +46,5 @@ - - + + -- cgit v1.2.3