Merge pull request #322 from ChrisClayton/patch-3

Use × for alert in loop.php
This commit is contained in:
Ben Word
2012-03-04 14:39:54 -08:00

View File

@@ -1,7 +1,7 @@
<?php /* If there are no posts to display, such as an empty archive page */ ?>
<?php if (!have_posts()) { ?>
<div class="alert alert-block fade in">
<a class="close" data-dismiss="alert">×</a>
<a class="close" data-dismiss="alert">&times;</a>
<p><?php _e('Sorry, no results were found.', 'roots'); ?></p>
</div>
<?php get_search_form(); ?>