diff --git a/src/Text/Pandoc/Writers/HTML.hs b/src/Text/Pandoc/Writers/HTML.hs index f554d4887..43c3cce4b 100644 --- a/src/Text/Pandoc/Writers/HTML.hs +++ b/src/Text/Pandoc/Writers/HTML.hs @@ -407,7 +407,10 @@ inlineToHtml opts inline = (Image txt (source,tit)) -> do alternate <- inlineListToHtml opts txt let alternate' = renderHtmlFragment alternate - let attributes = [src source, title tit] ++ + let attributes = [src source] ++ + (if null tit + then [] + else [title tit]) ++ if null txt then [] else [alt alternate'] diff --git a/tests/writer.html b/tests/writer.html index 9a6f7cecc..c461522d5 100644 --- a/tests/writer.html +++ b/tests/writer.html @@ -1033,7 +1033,7 @@ document.write(''+''+e+''+'<\/'+ >lalune

Here is a movie movieHere is a movie movie icon.