diff --git a/src/MdToHTML.hs b/src/MdToHTML.hs
index 0b3e6cb..9c9d95f 100644
--- a/src/MdToHTML.hs
+++ b/src/MdToHTML.hs
@@ -58,7 +58,7 @@ instance Show MdToken where
show (Code code) = "" ++ show code ++ "
"
show (Codeblock code) = show code
show (Link txt url) = "" ++ show txt ++ ""
- show (Image txt imgPath) = "
" ++ show txt ++ ""
+ show (Image txt imgPath) = "
"
show (Bold token) = "" ++ show token ++ ""
show (Italic token) = "" ++ show token ++ ""
show (Strikethrough token) = "" ++ show token ++ ""