diff options
-rw-r--r-- | inc/html.php | 2 | ||||
-rw-r--r-- | lib/tpl/default/main.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/inc/html.php b/inc/html.php index 27f862219..be4cb4f9c 100644 --- a/inc/html.php +++ b/inc/html.php @@ -355,7 +355,7 @@ function html_search(){ } print '</ul> '; //clear float (see http://www.complexspiral.com/publications/containing-floats/) - print '<div class="clearer"> </div>'; + print '<div class="clearer"></div>'; print '</div>'; } flush(); diff --git a/lib/tpl/default/main.php b/lib/tpl/default/main.php index 754a6e482..94c2322aa 100644 --- a/lib/tpl/default/main.php +++ b/lib/tpl/default/main.php @@ -92,7 +92,7 @@ if (!defined('DOKU_INC')) die(); <!-- wikipage stop --> </div> - <div class="clearer"> </div> + <div class="clearer"></div> <?php tpl_flush()?> |