Index: headerimage.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/headerimage/headerimage.module,v
retrieving revision 1.20
diff -u -p -r1.20 headerimage.module
--- headerimage.module	28 Jul 2008 07:15:28 -0000	1.20
+++ headerimage.module	28 Jul 2008 09:27:46 -0000
@@ -605,8 +605,8 @@ function headerimage_help($path, $arg) {
       $output  = "<p>". t('Header Image allows you to to display an image on selected pages. It can display one image at the front page, a different one at FAQ pages and yet another at all other pages.') ."</p>\n";
       $output .= "<p>". t('Visibility of each image, included in a node, can be determined by node ID, path, taxonomy, book, node type or custom PHP code. Header Image uses an arbitrary node type.') ."</p>\n";
       $output .= "<p>". t('Multiple images (nodes) can be displayed in one block, with each image having its own conditions. Using a weight per node the order of selection can be controlled.') ."</p>\n";
-      $output .= "<p>". t('<h3>Installation</h3>
-<ol>
+      $output .= "<h2>". t('Installation') ."</h2>\n";
+      $output .= "<p>". t('<ol>
 <li>Set up <a href="!permissions">permissions</a>.</li>
 <li>Optionally <a href="!create_node_type">create a node type</a> which will contain the header image.</li>
 <li><a href="!set_node_type">Select a node type</a> to be used as Header Image. %status_type</li>
