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/contentwrapper.php | 24 ++++++++++++------------ views/rss/videolist/videolist.php | 30 +++++++++++++++--------------- 2 files changed, 27 insertions(+), 27 deletions(-) (limited to 'views/rss/videolist') diff --git a/views/rss/videolist/contentwrapper.php b/views/rss/videolist/contentwrapper.php index b967ab371..c8e2438d5 100644 --- a/views/rss/videolist/contentwrapper.php +++ b/views/rss/videolist/contentwrapper.php @@ -1,15 +1,15 @@ - - * @copyright Prateek Choudhary + + * @copyright Prateek Choudhary */ - - echo $vars['body']; - + + echo $vars['body']; + ?> 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