From: Tobias Diekershoff Date: Mon, 27 Aug 2012 15:39:52 +0000 (+0200) Subject: IMPRESSUM: added 'clear' before footer X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e63e8bb2f031608912412aab2296f0338f4b8995;p=friendica-addons.git IMPRESSUM: added 'clear' before footer --- 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 .= ''; } }