Raindrops 0.959 has bug

Raindrops 0.959 has bug

typo

Sorry Bad<div style=”entry-content”>…</div>

O.K<div class=”entry-content”>…</div>

How to fix

page.php and blank_front.php correct below code.

Sorry

page.php

[php firstline=”60″ highlight=”64″]
<div id="post-<?php the_ID(); ?>" <?php post_class();?>>
<h2 class="h2 entry-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">
<?php the_title(); ?>
</a></h2>
<div class="entry-content">
<?php the_content(__(‘Read the rest of this entry &raquo;’,’Raindrops’)); ?>
<br class="clear" />
</div>
[/php]

blank_front.php template

[php firstline=”395″]
<div class="entry-content">
<?php if($raindrops_display_page_content == ‘y’){?>
<?php the_content(__(‘Read the rest of this entry &raquo;’,’Raindrops’)); ?>
<?php
}else{
echo $substitution_content;
} ?>
<br class="clear" />
</div>
[/php]


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