Fix typo after manual merge in last checkin.

This commit is contained in:
Lars Magne Ingebrigtsen
2013-12-01 16:45:49 +01:00
parent b2afb3ea3e
commit eff0a2bda9

View File

@@ -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)))