Browse Source

fixing h2 in test suite

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4442 3807eeeb-6ff5-0310-8944-8be069107fe0
gwoo 19 years ago
parent
commit
28a050bace
2 changed files with 4 additions and 3 deletions
  1. 0 1
      cake/tests/lib/content.php
  2. 4 2
      cake/tests/lib/header.php

+ 0 - 1
cake/tests/lib/content.php

@@ -27,7 +27,6 @@
  * @license			http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
  */
 ?>
-	<div id="content">
 			<ul>
 				<li><a href='<?php echo $groups;?>'>Core Test Groups</a></li>
 				<li><a href='<?php echo $cases;?>'>Core Test Cases</a></li>

+ 4 - 2
cake/tests/lib/header.php

@@ -43,5 +43,7 @@
 		<div id="container">
 			<div id="header">
 				<h1>CakePHP: the PHP Rapid Development Framework</h1>
-				<h2>CakePHP Test Suite v 1.2.0.0</h2>
-			</div>
+			</div>
+			<div id="content">
+			<h2>CakePHP Test Suite v 1.2.0.0</h2>
+