From 6f9b08be5a765ef80eda9dad4a4ceceba81a7310 Mon Sep 17 00:00:00 2001
From: mraflif31 <mraflif31@yahoo.com>
Date: Sat, 7 Oct 2017 23:22:45 +0700
Subject: [PATCH] Rating display in profile

---
 src/profile.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/profile.php b/src/profile.php
index b91f46c..39f2efb 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>&nbsp;" . $rating . "</strong></i> (" . $jumlah_order . " votes)";
+				echo "Driver | <i class=\"fa fa-star\" aria-hidden=\"true\" style=\"color: #ffa500;\"><strong>&nbsp;" . $rating . "</strong></i> (" . $jumlah_order . " votes )";
 			}
 			else {
 				echo "Non-Driver";
-- 
GitLab