diff --git a/libraries/Footer.class.php b/libraries/Footer.class.php index 143c903db9..2cb309053f 100644 --- a/libraries/Footer.class.php +++ b/libraries/Footer.class.php @@ -326,7 +326,8 @@ class PMA_Footer $retval .= ob_get_contents(); ob_end_clean(); } - } else if (! $this->_isAjax) { + } + if (! $this->_isAjax) { $retval .= ""; } }