From f908cad1e93fc6553935cd7d6ba89ec75f73052a Mon Sep 17 00:00:00 2001 From: Matthew Juhl <mjuhl24@gmail.com> Date: Wed, 24 Mar 2010 21:13:35 +0000 Subject: [PATCH] Put the number of friend requests in a <sup> --- plugins/unl_theme/views/default/page_elements/unl_nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/unl_theme/views/default/page_elements/unl_nav.php b/plugins/unl_theme/views/default/page_elements/unl_nav.php index 4c930b70..cd6ceef7 100644 --- a/plugins/unl_theme/views/default/page_elements/unl_nav.php +++ b/plugins/unl_theme/views/default/page_elements/unl_nav.php @@ -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>"; -- GitLab