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:
e44668a
)
Format sort headings.
author
CMDR furrycat
<elite@furrycat.net>
Sun, 7 Feb 2016 14:12:22 +0000
(09:12 -0500)
committer
CMDR furrycat
<elite@furrycat.net>
Sun, 7 Feb 2016 14:12:22 +0000
(09:12 -0500)
lib/race.php
patch
|
blob
|
history
diff --git
a/lib/race.php
b/lib/race.php
index
b1abdb6
..
8abe313
100644
(file)
--- a/
lib/race.php
+++ b/
lib/race.php
@@
-528,7
+528,7
@@
/* Sort options. */
$uri_list = array();
foreach (array_keys($methods) as $method) {
- $Method =
ucfirst($method
);
+ $Method =
preg_replace('/_/', ' ', ucfirst($method)
);
if ($method == $sort) $uri = " $Method";
else {
$uri = preg_replace('/&args=[^&]+/', '', $_SERVER['REQUEST_URI']);