Commit 1c31b98b authored by meus's avatar meus

fixed typos

parent f50bb705
...@@ -46,7 +46,7 @@ if(isset($_GET["file"])){ ...@@ -46,7 +46,7 @@ if(isset($_GET["file"])){
}else{ }else{
?> ?>
<h1>Coverage report for Doctrine</h1> <h1>Coverage report for Doctrine</h1>
<p>Default mode shows results sorted by perentage. This can be changed with order = covered|total|maybe|notcovered|percentage and desc=true GET variables</p> <p>Default mode shows results sorted by percentage. This can be changed with GET variables:<br /> <ul><li>order = covered|total|maybe|notcovered|percentage</li><li>desc=true</li></ul></p>
<table> <table>
<tr><th></th><th>Percentage</th><th>Total</th><th>Covered</th><th>Maybe</th><th>Not Covered</th><th></th></tr> <tr><th></th><th>Percentage</th><th>Total</th><th>Covered</th><th>Maybe</th><th>Not Covered</th><th></th></tr>
<?php <?php
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment