Skip to content

Commit

Permalink
Change pipe to broken pipe for or in detail output
Browse files Browse the repository at this point in the history
refs #10868
  • Loading branch information
dgoetz committed Dec 16, 2015
1 parent e52037b commit 9cba810
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/clicommands/CheckCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ protected function renderProblemTree($tree, $useColors = false, $depth = 0)
$output .= $this->renderProblemTree($subtree['children'], $useColors, $depth + 1);
}

$output = str_replace("|", "¦", $output);

return $output;
}

Expand Down

0 comments on commit 9cba810

Please sign in to comment.