Skip to content

Commit

Permalink
Added 'Fixed whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Ploch committed Mar 18, 2012
1 parent 7cfcef5 commit b28b25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/TestSuite/Reporter/CakeHtmlReporter.php
Expand Up @@ -191,7 +191,7 @@ protected function _paintLinks() {

echo "<p><a href='" . $this->baseUrl() . $show . "'>Run more tests</a> | <a href='" . $this->baseUrl() . $query . "&show_passes=1'>Show Passes</a> | \n";
echo "<a href='" . $this->baseUrl() . $query . "&debug=1'>Enable Debug Output</a> | \n";
echo " <a href='" . $this->baseUrl() . $query . "&amp;code_coverage=true'>Analyze Code Coverage</a></p>\n";
echo "<a href='" . $this->baseUrl() . $query . "&amp;code_coverage=true'>Analyze Code Coverage</a></p>\n";
}

/**
Expand Down

0 comments on commit b28b25f

Please sign in to comment.