Commit 589b2a4778fb471764e1d7faec1865457288da98
1 parent
92c9fb64
ga
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
backend/views/report/index.php
... | ... | @@ -109,7 +109,7 @@ function printResults($reports) { |
109 | 109 | //print("Metric type: " . $entry->getType() . "\n" ); |
110 | 110 | for ( $valueIndex = 0; $valueIndex < count( $values->getValues() ); $valueIndex++ ) { |
111 | 111 | $value = $values->getValues()[ $valueIndex ]; |
112 | - print($entry->getName() . ": " . $value . "\r\n"); | |
112 | + print($entry->getName() . ": " . $value . PHP_EOL); | |
113 | 113 | } |
114 | 114 | } |
115 | 115 | } | ... | ... |