We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e66bb commit 1d3f1a3Copy full SHA for 1d3f1a3
include/class.format.php
@@ -493,7 +493,7 @@ function stripEmptyLines($string) {
493
function viewableImages($html, $options=array()) {
494
$cids = $images = array();
495
$options +=array(
496
- 'deposition' => 'inline');
+ 'disposition' => 'inline');
497
return preg_replace_callback('/"cid:([\w._-]{32})"/',
498
function($match) use ($options, $images) {
499
if (!($file = AttachmentFile::lookup($match[1])))
0 commit comments