From 5fe095dbd00c63a7b1a6841147de513e0e9859a7 Mon Sep 17 00:00:00 2001 From: j4nk Date: Mon, 10 Jul 2023 09:25:53 -0400 Subject: [PATCH] And again... --- md4tj.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md4tj.el b/md4tj.el index d2346a0..2a0e8db 100644 --- a/md4tj.el +++ b/md4tj.el @@ -450,7 +450,7 @@ (defun md4tj-rss-link-string (rsslink) "Return the html of RSS link to RSSLINK as string." - (concat (md4tj-begin-tag "div" (list (list "id" "rssicon"))) (md4tj-begin-tag "a" (list (list "href" rsslink))) (md4tj-begin-tag "img" (list (list "src" "rss.png") (list "alt" "RSS icon") (list "style" "width:20px;height:20px;"))) (md4tj-end-tag "img") (md4tj-end-tag "a") (md4tj-end-tag "div"))) + (concat (md4tj-begin-tag "div" (list (list "id" "rssicon"))) (md4tj-begin-tag "a" (list (list "href" rsslink))) (md4tj-begin-tag "img" (list (list "src" "img/rss.png") (list "alt" "RSS icon") (list "style" "width:20px;height:20px;"))) (md4tj-end-tag "img") (md4tj-end-tag "a") (md4tj-end-tag "div"))) (defun md4tj-rss-file-from-outfile (outfile subdir) "Return the filename that the RSS XML should be output to given OUTFILE."