bug 1791568 part 2
This commit is contained in:
@@ -132,7 +132,7 @@ if (empty($GLOBALS['is_header_sent'])) {
|
|||||||
PMA_reloadNavigation();
|
PMA_reloadNavigation();
|
||||||
?>
|
?>
|
||||||
<script src="./js/tooltip.js" type="text/javascript"></script>
|
<script src="./js/tooltip.js" type="text/javascript"></script>
|
||||||
<meta name="OBGZip" content="<?php echo ($cfg['OBGzip'] ? 'true' : 'false'); ?>" />
|
<meta name="OBGZip" content="<?php echo ($GLOBALS['cfg']['OBGzip'] ? 'true' : 'false'); ?>" />
|
||||||
<?php /* remove vertical scroll bar bug in ie */ ?>
|
<?php /* remove vertical scroll bar bug in ie */ ?>
|
||||||
<!--[if IE 6]>
|
<!--[if IE 6]>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
Reference in New Issue
Block a user