remove x and replaced with escaped × html entity for alerts.

This commit is contained in:
ChrisClayton
2012-03-03 17:34:10 +11:00
parent 63256f4667
commit cf720832d0

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(); ?>