Skip to content

Commit

Permalink
Make user picture clickable in whoisonline
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Oct 13, 2015
1 parent 919f4bf commit ae31808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/inc/lib/social.lib.php
Expand Up @@ -1042,7 +1042,7 @@ public static function display_user_list($user_list, $wrap = true)

$html .= '<div class="col-xs-6 col-md-2">
<div class="items-user">
<div class="items-user-avatar">'.$img.'</div>
<div class="items-user-avatar"><a href="'.$url.'">'.$img.'</a></div>
<div class="items-user-name">
'.$name.'
</div>
Expand Down

0 comments on commit ae31808

Please sign in to comment.