aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/shr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/shr.el b/lisp/net/shr.el
index 5857517684a..4c256f8d716 100644
--- a/lisp/net/shr.el
+++ b/lisp/net/shr.el
@@ -1173,7 +1173,7 @@ The preference is a float determined from `shr-prefer-media-type'."
1173(defun shr-tag-img (cont &optional url) 1173(defun shr-tag-img (cont &optional url)
1174 (when (or url 1174 (when (or url
1175 (and cont 1175 (and cont
1176 (cdr (assq :src cont)))) 1176 (> (length (cdr (assq :src cont))) 0)))
1177 (when (and (> (current-column) 0) 1177 (when (and (> (current-column) 0)
1178 (not (eq shr-state 'image))) 1178 (not (eq shr-state 'image)))
1179 (insert "\n")) 1179 (insert "\n"))