[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2-1597-g43c7f40

Herman van Rink helmo at users.sourceforge.net
Fri Apr 16 10:09:32 CEST 2010


The branch, master has been updated
       via  43c7f409e329203d3698fbaf70b305ff1eaf5a0f (commit)
      from  541c99c084a60b35865ab7f60d7b1442f6a6d554 (commit)


- Log -----------------------------------------------------------------
commit 43c7f409e329203d3698fbaf70b305ff1eaf5a0f
Author: Herman van Rink <rink at initfour.nl>
Date:   Fri Apr 16 10:03:49 2010 +0200

    Add missing slash in jquery css include

-----------------------------------------------------------------------

Summary of changes:
 libraries/header_meta_style.inc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libraries/header_meta_style.inc.php b/libraries/header_meta_style.inc.php
index 1e656c5..02c0aa1 100644
--- a/libraries/header_meta_style.inc.php
+++ b/libraries/header_meta_style.inc.php
@@ -56,5 +56,5 @@ if ($GLOBALS['text_dir'] == 'ltr') {
 ?>
     <link rel="stylesheet" type="text/css" href="<?php echo defined('PMA_PATH_TO_BASEDIR') ? PMA_PATH_TO_BASEDIR : ''; ?>phpmyadmin.css.php?<?php echo PMA_generate_common_url(); ?>&js_frame=<?php echo isset($print_view) ? 'print' : 'right'; ?>&nocache=<?php echo $GLOBALS['PMA_Config']->getThemeUniqueValue(); ?>" />
     <link rel="stylesheet" type="text/css" href="<?php echo defined('PMA_PATH_TO_BASEDIR') ? PMA_PATH_TO_BASEDIR : ''; ?>print.css" media="print" />
-    <link rel="stylesheet" type="text/css" href="<?php echo $GLOBALS['pmaThemePath']; ?>jquery/jquery-ui-1.8.custom.css" />
+    <link rel="stylesheet" type="text/css" href="<?php echo $GLOBALS['pmaThemePath']; ?>/jquery/jquery-ui-1.8.custom.css" />
     <meta name="robots" content="noindex,nofollow" />


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list