From 5bd8bb6db79c602b70c82af3352d1ea6ef82aba6 Mon Sep 17 00:00:00 2001 From: Chirayu Chiripal Date: Sun, 11 May 2014 23:27:25 +0530 Subject: [PATCH] jquery-ui css should have low priority over phpmyadmin.css.php Signed-off-by: Chirayu Chiripal --- libraries/Header.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/Header.class.php b/libraries/Header.class.php index ab81e871e9..4e82432fc6 100644 --- a/libraries/Header.class.php +++ b/libraries/Header.class.php @@ -588,12 +588,12 @@ class PMA_Header $retval .= ''; } else { + $retval .= ''; $retval .= ''; - $retval .= ''; } return $retval;