Merge pull request #1711 from devenbansod/701Correction

Fixed a small error in PR#1708 for RFE#701
This commit is contained in:
Isaac Bennetch 2015-06-01 22:05:20 -04:00
commit 8e8ad11a3c

View File

@ -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 .= '<link rel="stylesheet" type="text/css" href="'
. $basedir . '/css/printview.css" />';
. $theme_path . '/css/printview.css" />';
}
return $retval;