From c8e83d6edc04d5483baf9b252b36e34d5c9d0f61 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 11 Aug 2015 19:27:22 -0700 Subject: set font-weight back to normal on forums widget --- include/widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/widgets.php b/include/widgets.php index 894a2fa3b..d5ee9c110 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -1017,7 +1017,7 @@ function widget_forums($arr) { if($a->contacts && array_key_exists($rr['owner_xchan'],$a->contacts)) $contact = $a->contacts[$rr['owner_xchan']]; if($contact) - $o .= '
  • ' . $rr['unseen'] . ' ' . $rr['xchan_name'] . '
  • '; + $o .= '
  • ' . $rr['unseen'] . ' ' . $rr['xchan_name'] . '
  • '; } $o .= ''; } -- cgit v1.2.3