How can I stop Emacs from starting a browser when I save a file in HTML mode?

archlinux, emacs, html-mode

Solution

It's probably html-autoview-mode (a minor mode). Turn it off with `M-x html-autoview-mode`.

Problem

How can I stop Emacs 24.2 from starting a browser when I save a file in HTML mode? Just upgraded my Archlinux installation. Now every time I save an html file I get a new instance of Konquerer.

Original source