summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentyfourteen/content-none.php')
-rw-r--r--themes/twentyfourteen/content-none.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/twentyfourteen/content-none.php b/themes/twentyfourteen/content-none.php
index a83e06ee..a97f84c8 100644
--- a/themes/twentyfourteen/content-none.php
+++ b/themes/twentyfourteen/content-none.php
@@ -20,12 +20,12 @@
<?php elseif ( is_search() ) : ?>
<p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'twentyfourteen' ); ?></p>
- <?php get_search_form(); ?>
+ <?php get_search_form(); ?>
<?php else : ?>
<p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'twentyfourteen' ); ?></p>
- <?php get_search_form(); ?>
+ <?php get_search_form(); ?>
<?php endif; ?>
</div><!-- .page-content -->