diff --git a/index.php b/index.php index 0309924..d05b255 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,7 @@ diff --git a/utils.php b/utils.php index c117502..e5b7058 100644 --- a/utils.php +++ b/utils.php @@ -11,14 +11,14 @@ if (defined('ONGITLAB') && ONGITLAB) { function ansi2html($string) { $dictionary = array( - '[30m' => '', - '[31m' => '', - '[32m' => '', - '[33m' => '', + '[30m' => '', + '[31m' => '', + '[32m' => '', + '[33m' => '', '[34m' => '', - '[35m' => '', - '[36m' => '', - '[37m' => '', + '[35m' => '', + '[36m' => '', + '[37m' => '', '[m' => '', );