"show instance" action: Use <h2 /> rather than <h3 /> for consistency.
authorFlorian Forster <ff@octo.it>
Tue, 6 Jul 2010 14:27:38 +0000 (16:27 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 6 Jul 2010 14:27:38 +0000 (16:27 +0200)
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;
   }
 
     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);
 
 
   show_breadcrump (cfg, inst);