"show instance" action: Use <h2 /> rather than <h3 /> for consistency.
[collection4.git] / src / action_show_instance.c
index b0033f9..0f44fca 100644 (file)
@@ -200,7 +200,7 @@ static int show_instance_cb (graph_config_t *cfg, /* {{{ */
     time_params[sizeof (time_params) - 1] = 0;
   }
 
-  printf ("<h3>Instance &quot;%s&quot;</h3>\n", descr);
+  printf ("<h2>Instance &quot;%s&quot;</h2>\n", descr);
 
   show_breadcrump (cfg, inst);