Code

"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 b0033f94084091338e3c9b00e5d5c59b66132952..0f44fca0ff3e0ee4dcdd24eeaa9ac8d19c87166c 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);