diff --git a/DDCore/src/plugins/StandardPlugins.cpp b/DDCore/src/plugins/StandardPlugins.cpp
index 39fcd6c460439940770b325044d99e0242886f77..43a2cb195b998d87891f05a97f2f099229f5a6ee 100644
--- a/DDCore/src/plugins/StandardPlugins.cpp
+++ b/DDCore/src/plugins/StandardPlugins.cpp
@@ -176,7 +176,7 @@ static long webdisplay(Detector& description, int argc, char** argv) {
   TGeoManager& mgr = description.manager();
   int vislevel = 6, visopt = 1;
   string detector = "/world";
-  const char* opt = "ogl";
+  const char* opt = "";
   for(int i = 0; i < argc && argv[i]; ++i)  {
     if ( 0 == ::strncmp("-option",argv[i],4) )
       opt = argv[++i];