aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-08-11 19:27:22 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-08-11 19:27:22 -0700
commitc8e83d6edc04d5483baf9b252b36e34d5c9d0f61 (patch)
treefd44da3c595b5f005b39ef91f9171ccdb2262b73 /include/widgets.php
parentc8b8c6cb14c3b995bcfcfb5d2f150dc599e5385a (diff)
downloadvolse-hubzilla-c8e83d6edc04d5483baf9b252b36e34d5c9d0f61.tar.gz
volse-hubzilla-c8e83d6edc04d5483baf9b252b36e34d5c9d0f61.tar.bz2
volse-hubzilla-c8e83d6edc04d5483baf9b252b36e34d5c9d0f61.zip
set font-weight back to normal on forums widget
Diffstat (limited to 'include/widgets.php')
-rw-r--r--include/widgets.php2
1 files changed, 1 insertions, 1 deletions
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 .= '<li><span class="pull-right" style="font-weight: bold;">' . $rr['unseen'] . '</span><a href="network?f=&cid=' . $contact['abook_id'] . '" ><img src="' . $rr['xchan_photo_s'] . '" style="width: 16px; height: 16px;" /> ' . $rr['xchan_name'] . '</a></li>';
+ $o .= '<li><span class="pull-right">' . $rr['unseen'] . '</span><a href="network?f=&cid=' . $contact['abook_id'] . '" ><img src="' . $rr['xchan_photo_s'] . '" style="width: 16px; height: 16px;" /> ' . $rr['xchan_name'] . '</a></li>';
}
$o .= '</ul></div>';
}