summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2011-04-16 12:08:10 +0100
committerAnika Henke <anika@selfthinker.org>2011-04-16 12:08:10 +0100
commitbe62ff971ce968b0e42730e7316728d13abe3489 (patch)
tree145b2e5878b8addf732fa4e8f52959212511737f /inc/html.php
parente8af313f1b6657e3a1b32d6fdd40bc0133a2d371 (diff)
downloadrpg-be62ff971ce968b0e42730e7316728d13abe3489.tar.gz
rpg-be62ff971ce968b0e42730e7316728d13abe3489.tar.bz2
removed nbsps from some clearer divs
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php2
1 files changed, 1 insertions, 1 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">&nbsp;</div>';
+ print '<div class="clearer"></div>';
print '</div>';
}
flush();