Skip to content

Commit 3ca6449

Browse files
committed
Content-Description fields are omitted with inline images (#16)
1 parent fea7fa6 commit 3ca6449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mhexternal.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ sub filter {
226226
$ret = '<p>'
227227
. mhonarc::htmlize($fields->{'content-description'}[0])
228228
. "</p>\n"
229-
if (defined $fields{'content-description'});
229+
if (defined $fields->{'content-description'});
230230
$ret .= qq|<p><a href="$urlfile" $target><img src="$urlfile" |
231231
. qq|alt="$type"></a></p>\n|;
232232

0 commit comments

Comments
 (0)