Skip to content

Commit

Permalink
remove x and replaced with escaped × html entity for alerts.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisClayton committed Mar 3, 2012
1 parent 63256f4 commit cf72083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loop.php
@@ -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(); ?>
Expand Down

0 comments on commit cf72083

Please sign in to comment.