]> git.mxchange.org Git - friendica-addons.git/commitdiff
IMPRESSUM: added 'clear' before footer
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 27 Aug 2012 15:39:52 +0000 (17:39 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 27 Aug 2012 15:39:52 +0000 (17:39 +0200)
impressum/impressum.php

index a4e7199c970c66b26237c39e713b9b9425a327c0..9d038178beb8eca2ccf65011481e48702c5b559e 100755 (executable)
@@ -29,6 +29,7 @@ function impressum_footer($a, &$b) {
     $text = bbcode(get_config('impressum','footer_text'), true);
     if (! $text == '') {
         $a->page['htmlhead'] .= '<link rel="stylesheet" type="text/css" href="'.$a->get_baseurl().'/addon/impressum/impressum.css" media="all" />';
+        $b .= '<div class="clear"></div>';
         $b .= '<div id="impressum_footer">'.$text.'</div>';
     }
 }