Removed a line blue on the footer CT#191

skala
Arthur Portugal 15 years ago
parent 92394afa34
commit 2987a1ccae
  1. 10
      tests/simpletest/reporter.php

@ -57,7 +57,7 @@ class HtmlReporter extends SimpleReporter {
echo '<div style="border:2px solid #DDDDDD";>';
echo '<div>';
echo '<div style="width:100%;background-image:url(img/bg-header4.png);background-repeat:repeat-x";>
<h2><div style="font-size:18px;font-family:Tahoma,Geneva,sans-serif;">These results showing how many functions has been tested in the code of chamilo 1.8.6.2</div></h2>
<h2><div style="font-size:18px;font-family:Tahoma,Geneva,sans-serif;">These results showing how many functions have been tested in the code of chamilo 1.8.6.2</div></h2>
<br/><div style="font-size:12px;font-family:Tahoma,Geneva,sans-serif;">
<p>This page showing the kind results different than have been tested and showing the lines the problems.</p>
<ol><li>This results show the amount of the tests than have been tested.</li>
@ -119,11 +119,9 @@ class HtmlReporter extends SimpleReporter {
print "<strong>" . $this->getExceptionCount() . "</strong> exceptions.";
print "</div>\n";
print "</body>\n</html>\n";
echo '<div style="min-height:100px;background-color: #037fb2;background-image:url(img/bg-footer.gif);background-repeat:repeat-x"> </div>';
//padding-top:60px;
//margin-right:5%;
echo '<div style= "clear: both;line-height: 0px;height: 0";></div>';
echo '<div style="min-height:100px;background-image:url(img/bg-footer.gif);background-repeat:repeat-x"> </div>';
}

Loading…
Cancel
Save