Skip to content
Snippets Groups Projects
Commit f908cad1 authored by Matthew Juhl's avatar Matthew Juhl
Browse files

Put the number of friend requests in a <sup>

parent 57dba11b
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@
$count = get_entities_from_relationship('friendrequest', $user->guid, true, "", "", 0, "", 0, 0, true);
if(!empty($count)){
echo " [" . $count . "]";
echo " <sup>" . $count . "</sup>";
}
}
echo"</span></a></li>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment