From 77356659a24fc7fd0c39311e6c0d16270c6dc80a Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Tue, 7 Mar 2023 18:26:55 -0500 Subject: [PATCH] Switching for font-weight:bold --- homepage/views.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homepage/views.php b/homepage/views.php index b383200..be4e0e5 100644 --- a/homepage/views.php +++ b/homepage/views.php @@ -314,8 +314,8 @@ if(isset($_GET['view'])){ $results = str_replace("active (running)", "active (running)",$results); $results = str_replace("Your branch is up to date", "Your branch is up to date",$results); - $results = str_replace("(+)", "(+)",$results); - $results = str_replace("(-)", "(-)",$results); + $results = str_replace("(+)", "(+)",$results); + $results = str_replace("(-)", "(-)",$results); // split the input string into lines $lines = explode("\n", $results);