Skip to content

Commit

Permalink
Adding missing </p> to Html test reporter template.
Browse files Browse the repository at this point in the history
  • Loading branch information
jperras committed Jan 14, 2010
1 parent 8243afa commit ff3aefe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cake/tests/lib/templates/footer.php
Expand Up @@ -20,9 +20,11 @@
?> </div>
</div>
<div id="footer">
<p>
<!--PLEASE USE ONE OF THE POWERED BY CAKEPHP LOGO-->
<a href="http://www.cakephp.org/" target="_blank">
<img src="<?php echo $baseDir; ?>img/cake.power.gif" alt="CakePHP(tm) :: Rapid Development Framework" /></a></p>
<img src="<?php echo $baseDir; ?>img/cake.power.gif" alt="CakePHP(tm) :: Rapid Development Framework" /></a>
</p>
</div>
<?php
App::import('Core', 'View');
Expand Down

0 comments on commit ff3aefe

Please sign in to comment.