diff --git a/form.php b/form.php index e523d24..aa6a258 100644 --- a/form.php +++ b/form.php @@ -473,7 +473,7 @@ private function sort_timeline_data($data) { 'time' => $obj->t); } } - } else if (is_numeric($value) && $value > 0) { + } else if (is_numeric($value) && $value > 0 && $key !== "name") { $sorted[] = array('type' => $mod["type"], 'name' => $mod["name"] . ": $key", 'icon' => $mod["icon"],