From: Krinkle Date: Fri, 24 Dec 2010 01:41:15 +0000 (+0000) Subject: Follow-up r77121 X-Git-Tag: 1.31.0-rc.0~33121 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=bb03eae13d144ca7084d55286f78951ebb86d166;p=lhc%2Fweb%2Fwiklou.git Follow-up r77121 * Clearing float after sidebar to prevent it from sticking out on short pages * Changing line-breaking clear-float to a non-line breaking one --- diff --git a/includes/installer/WebInstaller.php b/includes/installer/WebInstaller.php index cee86dde82..87a879aeaf 100644 --- a/includes/installer/WebInstaller.php +++ b/includes/installer/WebInstaller.php @@ -538,8 +538,9 @@ class WebInstaller extends CoreInstaller { */ private function endPageWrapper() { $this->output->addHTMLNoFlush( - "\n" . - "
\n" . + "
\n" . + "\n" . + "
\n" . "" ); }