diff --git a/homepage/views.php b/homepage/views.php
index 1bbd688..d03c80d 100644
--- a/homepage/views.php
+++ b/homepage/views.php
@@ -308,6 +308,9 @@ 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);
+
// split the input string into lines
$lines = explode("\n", $results);