git://git.furryclan.net
/
furrycat
/
race-o-matic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1caeb50
)
Bold headings.
author
CMDR furrycat
<elite@furrycat.net>
Sun, 24 Jan 2016 19:41:19 +0000
(14:41 -0500)
committer
CMDR furrycat
<elite@furrycat.net>
Sun, 24 Jan 2016 22:48:21 +0000
(17:48 -0500)
lib/race.php
patch
|
blob
|
history
diff --git
a/lib/race.php
b/lib/race.php
index
cd42f6d
..
ef1c20c
100644
(file)
--- a/
lib/race.php
+++ b/
lib/race.php
@@
-97,10
+97,10
@@
echo "[td=\"bgcolor: $bgcolor\"][color=$fgcolor]";
if (in_array($field, $small_fields)) {
echo "[size=-2]";
- echo
$field
;
+ echo
"[b]" . $field . "[/b]"
;
echo "[/size]";
}
- else echo
$field
;
+ else echo
"[b]" . $field . "[/b]"
;
echo "[/color][/td]\n";
$column++;
}