Fixed dumb error in escape function

This commit is contained in:
j4nk 2023-07-11 09:50:28 -04:00
parent 4054cdfdbf
commit ec2765a9bd
1 changed files with 1 additions and 2 deletions

View File

@ -373,8 +373,7 @@
(replace-regexp-in-string "\"" """ (replace-regexp-in-string "\"" """
(replace-regexp-in-string ">" ">" (replace-regexp-in-string ">" ">"
(replace-regexp-in-string "<" "&lt;" (replace-regexp-in-string "<" "&lt;"
(replace-regexp-in-string "&" "&amp;" (replace-regexp-in-string "&" "&amp;" str))))))
(replace-regexp-in-string "'" "&apos;" str)))))))
(defun md4tj-rss-needs-rss () (defun md4tj-rss-needs-rss ()
"Scans current buffer, returning t if needing rss." "Scans current buffer, returning t if needing rss."