Raindrops0.999 has bug

header-html5.php has bug

line:67
header element close tag position
[php]
<?php raindrops_after_nav_menu();?>
</header>
<?php }//raindrops_warehouse( ‘raindrops_show_menu_primary’ ) ?>
<div id="bd" class="clearfix">
[/php]

Please change below.
[php]
<?php raindrops_after_nav_menu();?>
<?php }//raindrops_warehouse( ‘raindrops_show_menu_primary’ ) ?>
</header>
<div id="bd" class="clearfix">
[/php]

This bug will be fixed next versions Raindrops.


コメントは受け付けていません。