Switch to side-by-side view

--- a/src/httpfs.cxx
+++ b/src/httpfs.cxx
@@ -200,6 +200,7 @@
         LOGFAT("Failed reading protocol info from " << protofile << endl);
         return false;
     }
+    protocolInfoToFormats(g_protocolInfo, g_supportedFormats);
 
     string reason;
     string icondata;