diff --git a/src/profile.php b/src/profile.php index b91f46ca01c52c63d7dfd5f7ff558699515f8568..39f2efbac353338ad332e37002b53c9540f460f4 100644 --- a/src/profile.php +++ b/src/profile.php @@ -11,7 +11,7 @@ $jumlah_order = $result_array['jumlah_order']; if($count != 0) { if ($result_array['driver'] == 1) { - echo "Driver | <i class=\"fa fa-star\" aria-hidden=\"true\" style=\"color: #ffa500;\"><strong> " . $rating . "</strong></i> (" . $jumlah_order . " votes)"; + echo "Driver | <i class=\"fa fa-star\" aria-hidden=\"true\" style=\"color: #ffa500;\"><strong> " . $rating . "</strong></i> (" . $jumlah_order . " votes )"; } else { echo "Non-Driver";