From a8aa4bceed8e7ad0c5af2646a83d6a2da2e0b23a Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Fri, 26 Mar 2010 21:07:39 +0000 Subject: Changed line endings to unix-style for videolist plugin. --- views/rss/videolist/videolist.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'views/rss/videolist/videolist.php') diff --git a/views/rss/videolist/videolist.php b/views/rss/videolist/videolist.php index f88300d98..86ea686ba 100644 --- a/views/rss/videolist/videolist.php +++ b/views/rss/videolist/videolist.php @@ -1,17 +1,17 @@ - - * @copyright Prateek Choudhary + + * @copyright Prateek Choudhary */ - - if ($foreach = get_entities('object','',$vars['entity']->guid)) { - foreach($foreach as $videos) - echo elgg_view_entity($videos); - } - + + if ($foreach = get_entities('object','',$vars['entity']->guid)) { + foreach($foreach as $videos) + echo elgg_view_entity($videos); + } + ?> -- cgit v1.2.3