diff options
| author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-04 11:05:03 +0000 | 
|---|---|---|
| committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-04 11:05:03 +0000 | 
| commit | d520225873e4b95f3c879a911ec37ab140bdda00 (patch) | |
| tree | 66a030c4ec0c92cd87caca4b95d36a53e5075aa2 | |
| parent | da870fd1ee294b2e18b7d0021525e7ca4be49d32 (diff) | |
| download | elgg-d520225873e4b95f3c879a911ec37ab140bdda00.tar.gz elgg-d520225873e4b95f3c879a911ec37ab140bdda00.tar.bz2 | |
Title fix.
git-svn-id: https://code.elgg.org/elgg/trunk@3059 36083f99-b078-4883-b0ff-0f9b5a30f544
| -rw-r--r-- | views/rss/river/item/list.php | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/views/rss/river/item/list.php b/views/rss/river/item/list.php index 0ca5f7810..6e2a33278 100644 --- a/views/rss/river/item/list.php +++ b/views/rss/river/item/list.php @@ -17,8 +17,7 @@  				} else {
  					$url = $vars['url'];
  				}
 -				//$title = strip_tags($body);
 -				$title = $item->view;
 +				$title = strip_tags($body);
  ?>
  	<item>
 | 
