Add missing quote
This commit is contained in:
parent
f2243ecca2
commit
eed02bf414
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@
|
|||
|
||||
echo('<a href="'.the_permalink($tb->ID).'" id="post-'.the_ID().'" '.post_class('post').' style="background-image: url('.$thumb['0'].');"><div class="post-overlay">');
|
||||
echo('<div class="archive-post-header"><p class="archive-post-date">'.the_time(get_option('date_format')).'</p>');
|
||||
echo('<h2 class="archive-post-title">'.the_title().'</h2></div></div></a>);
|
||||
echo('<h2 class="archive-post-title">'.the_title().'</h2></div></div></a>');
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue