Skip to content

Commit

Permalink
Fixed missing semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Jul 24, 2014
1 parent 3ca9a60 commit e2164bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive-member.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
}

if( !$posts && !$posts2 ) {
echo '<section class="composers p-section"><h2>Composers</h2><p>I’m afraid it looks like there aren’t any composers to show you yet.</p>'
echo '<section class="composers p-section"><h2>Composers</h2><p>I’m afraid it looks like there aren’t any composers to show you yet.</p>';
}

echo '</article>';
Expand Down

0 comments on commit e2164bc

Please sign in to comment.