aboutsummaryrefslogtreecommitdiff
path: root/views/default/group/search/finishblurb.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/group/search/finishblurb.php')
-rw-r--r--views/default/group/search/finishblurb.php40
1 files changed, 20 insertions, 20 deletions
diff --git a/views/default/group/search/finishblurb.php b/views/default/group/search/finishblurb.php
index 9d3759cb3..756ad03c0 100644
--- a/views/default/group/search/finishblurb.php
+++ b/views/default/group/search/finishblurb.php
@@ -1,20 +1,20 @@
-<?php
-/**
- * @package Elgg
- * @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
- * @deprecated 1.7
- */
-elgg_deprecated_notice('view groups/search/finishblurb was deprecated.', 1.7);
-
-if ($vars['count'] > $vars['threshold']) {
-
-?>
-<div class="contentWrapper"><a href="<?php echo $vars['url']; ?>pg/search/groups/?tag=<?php echo urlencode($vars['tag']); ?>">
- <?php
- echo elgg_echo("group:search:finishblurb");
- ?></a>
-</div>
-<?php
-}
+<?php
+/**
+ * @package Elgg
+ * @subpackage Core
+ * @author Curverider Ltd
+ * @link http://elgg.org/
+ * @deprecated 1.7
+ */
+elgg_deprecated_notice('view groups/search/finishblurb was deprecated.', 1.7);
+
+if ($vars['count'] > $vars['threshold']) {
+
+?>
+<div class="contentWrapper"><a href="<?php echo $vars['url']; ?>pg/search/groups/?tag=<?php echo urlencode($vars['tag']); ?>">
+ <?php
+ echo elgg_echo("group:search:finishblurb");
+ ?></a>
+</div>
+<?php
+}