web: fix forum color

This commit is contained in:
David Anderson 2016-11-23 18:20:32 -08:00
parent 9b6d26ce4c
commit 2cb7633acd
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ function show_post(
} else { } else {
$highlight = $is_posted_by_special; $highlight = $is_posted_by_special;
} }
$class = $highlight?' class="bg-info" ':''; $class = $highlight?' class="bg-primary" ':'';
echo " echo "
<tr> <tr>