Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2012-08-02 12:42:11 +02:00
commit 45777e6311

View File

@ -326,7 +326,8 @@ class PMA_Footer
$retval .= ob_get_contents();
ob_end_clean();
}
} else if (! $this->_isAjax) {
}
if (! $this->_isAjax) {
$retval .= "</body></html>";
}
}