Switch to side-by-side view

--- a/src/internfile/htmlparse.h
+++ b/src/internfile/htmlparse.h
@@ -32,7 +32,7 @@
 
 class HtmlParser {
     protected:
-	void decode_entities(string &s);
+        virtual void decode_entities(string &s);
         bool in_script;
         string charset;
 	static map<string, unsigned int> named_ents;