diff --git a/lisp/net/eww.el b/lisp/net/eww.el index ca7bf60f1a4..195cf4294c5 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -177,8 +177,8 @@ word(s) will be searched for via `eww-search-prefix'." ((equal (car content-type) "text/html") (eww-display-html charset url nil point)) ((string-match-p "\\`image/" (car content-type)) - (eww-display-image url)) - (eww-update-header-line-format)) + (eww-display-image url) + (eww-update-header-line-format)) (t (eww-display-raw) (eww-update-header-line-format)))