diff --git a/application/controllers/Logbook.php b/application/controllers/Logbook.php index 51bcc1ae..677afec2 100755 --- a/application/controllers/Logbook.php +++ b/application/controllers/Logbook.php @@ -574,7 +574,7 @@ class Logbook extends CI_Controller { $html .= "yellow"; break; case "I": - echo "grey"; + $html .= "grey"; break; default: $html .= "red"; @@ -592,7 +592,7 @@ class Logbook extends CI_Controller { $html .= "yellow"; break; case "I": - echo "grey"; + $html .= "grey"; break; default: $html .= "red";