Commit:    266857169a3fd32f4114de2ef094555f2db2291f
Author:    Hannes Magnusson <[email protected]>         Mon, 27 Dec 2010 14:09:26 
+0000
Parents:   3734073eb5f23dffa8eeaa4de75296cfc32b703c
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=266857169a3fd32f4114de2ef094555f2db2291f

Log:
A footer is not part of a main content.

Changed paths:
  M  include/footer.inc


Diff:
diff --git a/include/footer.inc b/include/footer.inc
index f631183..fe44566 100644
--- a/include/footer.inc
+++ b/include/footer.inc
@@ -1,4 +1,5 @@
-</section><!-- layout-content -->
+    </section><!-- layout-content -->
+  </div><!-- layout -->
          
          <footer>
           <ul class="footmenu copyright">
@@ -12,7 +13,6 @@
             <li><a href="/privacy.php">Privacy policy</a></li>
           </ul>
         </footer>
-  </div>
 <!--script type="text/javascript" src="js/search-index-en.js" 
id=search-index></script-->
 
 </body>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to