Merge pull request #1711 from devenbansod/701Correction
Fixed a small error in PR#1708 for RFE#701
This commit is contained in:
commit
8e8ad11a3c
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user