Skip to content

Commit

Permalink
Content-Description fields are omitted with inline images (sympa-comm…
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedas committed Jun 4, 2021
1 parent fea7fa6 commit 3ca6449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mhexternal.pl
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ sub filter {
$ret = '<p>'
. mhonarc::htmlize($fields->{'content-description'}[0])
. "</p>\n"
if (defined $fields{'content-description'});
if (defined $fields->{'content-description'});
$ret .= qq|<p><a href="$urlfile" $target><img src="$urlfile" |
. qq|alt="$type"></a></p>\n|;

Expand Down

0 comments on commit 3ca6449

Please sign in to comment.