]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Solved <div> without odd things.
authorsembrestels <sembrestels@riseup.net>
Thu, 13 Oct 2011 13:20:53 +0000 (15:20 +0200)
committersembrestels <sembrestels@riseup.net>
Thu, 13 Oct 2011 13:20:53 +0000 (15:20 +0200)
lib/dokuwiki/lib/tpl/default/main.php
lib/dokuwiki/lib/tpl/default/main_index.php

index 9f9618d49e54f23aec6b99ef4f39d5128d6cc46b..11c4ea967edd3ebc64b87e5a7ea46da420c2f19c 100644 (file)
@@ -22,7 +22,7 @@ $page_inline = get_input("inline_page");
 if (empty($sidebar_inline)) {
 ob_start();
 include(dirname(__FILE__).'/main_index.php');
-$content = '<div>'.ob_get_clean();
+$content = ob_get_clean();
 }
 
 if (empty($page_inline)) {
index 263e4775755bd88ca9a66397b6330d8a9886f56c..31a7ebafb9e995d90023edfdf05b8ab025fa3040 100644 (file)
@@ -130,7 +130,6 @@ $page_inline = get_input("inline_page");
 
   <?php/* tpl_license(false);*/?>
 
-</div>
 <?php /*old includehook @include(dirname(__FILE__).'/footer.html')*/ ?>
 
 <div class="no"><?php /* provide DokuWiki housekeeping, required in all templates */ tpl_indexerWebBug()?></div>