Skip to content

Commit

Permalink
Fixed a little HTML error, thanks: ivorthedesigner!
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Morris committed Nov 23, 2011
1 parent 8cb1ed9 commit dab2bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions page.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<!-- Begin Error Message, display if no posts are found -->
<?php if ( ! have_posts() ) : ?>
<div class="twelve columns">
<h3>Not Found</h1>
<p>Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post?</p>
<h1>Not Foundddd</h1>
<h4 class="subheader">Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post?</h4>
</div>
<?php endif; ?>
<!-- End Error Message -->
Expand Down

0 comments on commit dab2bf0

Please sign in to comment.