From e63e8bb2f031608912412aab2296f0338f4b8995 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 27 Aug 2012 17:39:52 +0200 Subject: [PATCH] IMPRESSUM: added 'clear' before footer --- impressum/impressum.php | 1 + 1 file changed, 1 insertion(+) diff --git a/impressum/impressum.php b/impressum/impressum.php index a4e7199c..9d038178 100755 --- a/impressum/impressum.php +++ b/impressum/impressum.php @@ -29,6 +29,7 @@ function impressum_footer($a, &$b) { $text = bbcode(get_config('impressum','footer_text'), true); if (! $text == '') { $a->page['htmlhead'] .= ''; + $b .= '
'; $b .= ''; } } -- 2.39.2