From 359ca5d7871e09c6887e6222c82727924290b530 Mon Sep 17 00:00:00 2001 From: Deven Bansod Date: Tue, 2 Jun 2015 12:12:56 +0530 Subject: [PATCH] Fixed a small error in PR#1708 for RFE#701 Signed-off-by: Deven Bansod --- libraries/Header.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Header.class.php b/libraries/Header.class.php index 166f9d1e69..0a3ac7dc75 100644 --- a/libraries/Header.class.php +++ b/libraries/Header.class.php @@ -660,7 +660,7 @@ class PMA_Header . 'nocache=' . $theme_id . $GLOBALS['text_dir'] . '" />'; // load Print view's CSS last, so that it overrides all other CSS while 'printing' $retval .= ''; + . $theme_path . '/css/printview.css" />'; } return $retval;