commented when no content found. documented closing tags.
This commit is contained in:
parent
12c0e5b8ca
commit
310c99a740
|
@ -88,12 +88,11 @@ get_header(); ?>
|
||||||
</ul>
|
</ul>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<p class="no-data">
|
<p class="no-data">
|
||||||
<?php _e( 'Apologies, but no results were found.', 'hangar' ); ?>
|
<?php // _e( 'Apologies, but no results were found.', 'hangar' ); ?>
|
||||||
</p><!-- .no-data -->
|
</p><!-- .no-data -->
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
</div><!-- .content -->
|
</div><!-- #content .indexall -->
|
||||||
</div>
|
|
||||||
<!--end Main-->
|
|
||||||
|
|
||||||
<?php get_footer(); ?>
|
<?php get_footer(); ?>
|
||||||
|
|
Loading…
Reference in New Issue