aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/eww.el4
1 files changed, 2 insertions, 2 deletions
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'."
177 ((equal (car content-type) "text/html") 177 ((equal (car content-type) "text/html")
178 (eww-display-html charset url nil point)) 178 (eww-display-html charset url nil point))
179 ((string-match-p "\\`image/" (car content-type)) 179 ((string-match-p "\\`image/" (car content-type))
180 (eww-display-image url)) 180 (eww-display-image url)
181 (eww-update-header-line-format)) 181 (eww-update-header-line-format))
182 (t 182 (t
183 (eww-display-raw) 183 (eww-display-raw)
184 (eww-update-header-line-format))) 184 (eww-update-header-line-format)))