--- OutputPage.php.orig 2002-11-12 20:35:53.000000000 +0100 +++ OutputPage.php 2002-11-12 20:36:06.000000000 +0100 @@ -415,7 +415,7 @@ /* private */ function doHeadings( $text ) { - for ( $i = 6; $i >= 2; --$i ) { + for ( $i = 6; $i >= 1; --$i ) { $h = substr( "======", 0, $i ); $text = preg_replace( "/^(\\s*){$h}([^=]+){$h}(\\s|$)/m", "\\1\\2\\3", $text );