aboutsummaryrefslogtreecommitdiff
path: root/views/default/user/search/finishblurb.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/user/search/finishblurb.php')
-rw-r--r--views/default/user/search/finishblurb.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/user/search/finishblurb.php b/views/default/user/search/finishblurb.php
index 8371ee4b5..e58b1252d 100644
--- a/views/default/user/search/finishblurb.php
+++ b/views/default/user/search/finishblurb.php
@@ -12,9 +12,9 @@ elgg_deprecated_notice('view user/search/finishblurb was deprecated.', 1.7);
if ($vars['count'] > $vars['threshold']) {
?>
-<div class="contentWrapper"><a href="<?php echo $vars['url']; ?>pg/search/users/?tag=<?php echo urlencode($vars['tag']); ?>"><?php
+<a href="<?php echo $vars['url']; ?>pg/search/users/?tag=<?php echo urlencode($vars['tag']); ?>"><?php
echo elgg_echo("user:search:finishblurb");
- ?></a></div>
+ ?></a>
<?php
}