Skip to content

Commit

Permalink
Restore missing ICC profile (pressbooks#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman authored Aug 1, 2018
1 parent f8bc4a6 commit 89248be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added assets/icc/USWebCoatedSWOP.icc
Binary file not shown.
2 changes: 1 addition & 1 deletion inc/modules/export/prince/class-docraptorprint.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected function getPdfProfile() {
* @return string
*/
protected function getPdfOutputIntent() {
return plugins_url( 'pressbooks-docraptor/assets/icc/USWebCoatedSWOP.icc' );
return PB_PLUGIN_URL . 'assets/icc/USWebCoatedSWOP.icc';
}


Expand Down

0 comments on commit 89248be

Please sign in to comment.