Fix closing tag.
authorJan Schneider <jan@horde.org>
Tue, 28 Dec 2010 14:18:08 +0000 (15:18 +0100)
committerJan Schneider <jan@horde.org>
Tue, 28 Dec 2010 14:18:08 +0000 (15:18 +0100)
framework/Core/lib/Horde/Help.php

index 38c11c6..9020a94 100644 (file)
@@ -92,7 +92,7 @@ class Horde_Help
                         break;
 
                     case 'para':
-                        $out .= '<p>' . $this->_processNode($child) . '</h2>';
+                        $out .= '<p>' . $this->_processNode($child) . '</p>';
                         break;
                     }
                 }